Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keep track of node-task assignements #4

Open
jdupl opened this issue Apr 20, 2014 · 0 comments
Open

Keep track of node-task assignements #4

jdupl opened this issue Apr 20, 2014 · 0 comments

Comments

@jdupl
Copy link
Owner

jdupl commented Apr 20, 2014

Prevent refusal-proposition loop if an unknown (for now) exception occurs.

  • No ffmpeg
  • no more local disk space
  • Network disconnected
  • libav<->ffmpeg problem

The double assignment protection (concurrency) is not affected by this.

Solution is to never assign n times the same job (not task) to a node.

  • Perhaps retry from time to time (network outage)
  • Try to detect if problem is temporary
  • Crash report object ?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant