-
|
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! |
Beta Was this translation helpful? Give feedback.
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! |
Beta Was this translation helpful? Give feedback.
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!