You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've noticed that celery-haystack is sucking down all messages in the queue, despite explicitly setting these variables:
export CELERYD_PREFETCH_MULTIPLIER=1
export CELERY_ACKS_LATE=True
Using -Ofair while starting the workers...
We are using:
celery==3.1.25
celery-haystack==0.10
Django==1.8.4
I don't understand why this is specific to celery-haystack, but as far as I can tell, it is.
The text was updated successfully, but these errors were encountered:
We've noticed that celery-haystack is sucking down all messages in the queue, despite explicitly setting these variables:
export CELERYD_PREFETCH_MULTIPLIER=1
export CELERY_ACKS_LATE=True
Using -Ofair while starting the workers...
We are using:
celery==3.1.25
celery-haystack==0.10
Django==1.8.4
I don't understand why this is specific to celery-haystack, but as far as I can tell, it is.
The text was updated successfully, but these errors were encountered: