Retry without error
#1036
|
Hi, Is there a recommended method to retry jobs without returning (or logging) an error? log lines. This would also be useful when shutting down and work fails because of "context canceled". If there was a way to say "discard (and don't count) this attempt and go again" that would be perfect. Thanks! |
Answered by
bgentry
Sep 10, 2025
Replies: 1 comment 1 reply
|
We should probably revisit whether it makes sense for River to log an error when a job fails as that's arguably a normal part of the system's behavior and not indicative of anything wrong or broken with River itself. That being said, I believe the snooze feature is exactly what you're looking for! |
1 reply
Answer selected by
vblcc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should probably revisit whether it makes sense for River to log an error when a job fails as that's arguably a normal part of the system's behavior and not indicative of anything wrong or broken with River itself.
That being said, I believe the snooze feature is exactly what you're looking for!