-
Notifications
You must be signed in to change notification settings - Fork 69
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
Add a new scheduler parameter for control pending jobs size #19
Comments
From your comment to PR #16 : spawn_nowait should raise an exception if too many pending jobs. Seems like you want Is it necessary to use |
Technically no. |
asvetlov
pushed a commit
that referenced
this issue
Mar 10, 2018
* #19: Add a new scheduler parameter for control pending jobs size * Clear pending queue properly.
Fixed by #24 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
await scheduler.spawn(...)
should wait if too many pending jobs are scheduled.The text was updated successfully, but these errors were encountered: