You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.
Some jobs timeout or fail because resource load is high or external services are down.
For some failures we should implement a retry policy. SideKiq does this with automatic backoff policies.
Example of intentional failures that should not be retried: recording too short when harvesting exception, recording empty (0 bytes) exception, etc...
Example of failures that should be retried: time outs from audio tools, ...
The text was updated successfully, but these errors were encountered: