79304676

Date: 2024-12-24 03:42:39
Score: 0.5
Natty:
Report link

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

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ryan Aquino