Skip to content
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.

Allow re-trying jobs when appropriate #37

Open
atruskie opened this issue Apr 12, 2016 · 1 comment
Open

Allow re-trying jobs when appropriate #37

atruskie opened this issue Apr 12, 2016 · 1 comment

Comments

@atruskie
Copy link
Member

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, ...

@atruskie
Copy link
Member Author

atruskie commented Aug 1, 2016

@atruskie atruskie modified the milestone: analysis jobs Aug 1, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant