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

Handle several tasks in parallel (or queue them) #12

Closed
vincentbernat opened this issue Nov 30, 2015 · 1 comment
Closed

Handle several tasks in parallel (or queue them) #12

vincentbernat opened this issue Nov 30, 2015 · 1 comment

Comments

@vincentbernat
Copy link
Collaborator

Currently, when a task needs to be run but another task is already running, the new task is just lost. Either queue them (or don't dequeue them) or run them in parallel.

@pyr
Copy link
Owner

pyr commented Apr 19, 2016

fixed in #16

@pyr pyr closed this as completed Apr 19, 2016
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