⚠️ Internal APIs used for communication between River and River Pro have changed. If using River Pro, make sure to update River and River Pro to latest at the same time to get compatible versions. River v0.26.0 is compatible with River Pro v0.19.0.
Added
- The job rescuer now sets
river:rescue_count
with an integer count of how many times the job has been rescued by theJobRescuer
maintenance process when it's considered stuck. PR #1047.
Changed
- Errors returned from job workers are now logged in full using a
slog.Any
attribute. Previously, only their error text was logged. PR #1051.
Fixed
- Set
updated_at
when invoking pilotPeriodicJobUpsert
. PR #1045.