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
Question:
With this knowledge, can we trigger this, e.g. by setting a very low CELERYD_MAX_TASKS_PER_CHILD? Also note the steps to reproduce and actual behavior with (redis) error messages in celery/celery#3898.
The text was updated successfully, but these errors were encountered:
The CELERYD_MAX_TASKS_PER_CHILD is already very low with 100 so it should trigger more often I guess? But I think it can't hurt to remove this package from the requirements and see if the issues disappear.
The unbound library also seems to use hiredis [0][1]. I don't know how trivial it would be to disable it in that package as well, but that is only related to the caching/connection test and not web/mail tests and queuing afaik.
Related:
Currently used versions:
Internet.nl/requirements.txt
Line 27 in 1368a1e
Internet.nl/requirements.txt
Line 99 in 1368a1e
Maybe the source is caused by:
Internet.nl/docker/docker-compose.yml
Lines 315 to 317 in 1368a1e
Note there are some issues with hiredis in combination with this setting:
Question:
With this knowledge, can we trigger this, e.g. by setting a very low
CELERYD_MAX_TASKS_PER_CHILD
? Also note the steps to reproduce and actual behavior with (redis) error messages in celery/celery#3898.The text was updated successfully, but these errors were encountered: