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

Pool shutdown does not work if rate limits disabled. #264

Closed
ask opened this issue Dec 1, 2010 · 4 comments
Closed

Pool shutdown does not work if rate limits disabled. #264

ask opened this issue Dec 1, 2010 · 4 comments

Comments

@ask
Copy link
Contributor

ask commented Dec 1, 2010

Reason unknown, this needs to be investigated.

@ask
Copy link
Contributor Author

ask commented Feb 1, 2011

Haven't been able to reproduce.

@ask
Copy link
Contributor Author

ask commented Feb 1, 2011

Managed to reproduce again by setting concurrency=1 and launching 10 sleeptasks + hitting CTRL+c after one is accepted.

@adamn
Copy link

adamn commented Mar 23, 2011

CELERY_DISABLE_RATE_LIMITS = False

works for us.

@ask
Copy link
Contributor Author

ask commented Mar 27, 2011

Pool: Fixes race condition when MainThread is waiting for putlock. Closed by fef61fb

@ask ask closed this as completed Mar 27, 2011
orb pushed a commit to orb/celery that referenced this issue Apr 27, 2011
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

2 participants