OSError: Bad file descriptor
I’m trying to run celery beat worker and a normal celery worker as docker containers. I have my tasks in flask application.
I’m trying to run celery beat worker and a normal celery worker as docker containers. I have my tasks in flask application.