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

timeouts? #7

Open
lloyd opened this issue Nov 30, 2011 · 1 comment
Open

timeouts? #7

lloyd opened this issue Nov 30, 2011 · 1 comment

Comments

@lloyd
Copy link
Owner

lloyd commented Nov 30, 2011

shall the client be able to cancel enqueued work? or specify a timeout - the max time it should take?

@lmorchard
Copy link

This seems pretty important. Looking into using compute-cluster for kumascript, and child processes have been known to die in production for initially mysterious reasons (ie. eventually discovered bugs, resource limits, etc).

The workaround I'm looking at right now is to start a timeout before enqueue, and to just bail out if the enqueue callback never gets called before the timeout fires. Workable, but is a bit awkward.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants