I encountered the same issue and managed to proceed by using a thread pool.
For example:
celery -A app worker --loglevel=info --pool threads
This approach is suitable for debugging purposes. You might need to dig deeper on the tasks being executed by the workers