Categories
Celery

Debugging tasks in Celery from PyCharm

You can have a Run Configuration to run your celery workers which then allows you to debug simply by clicking the debug button. Here is how I set that up in PyCharm 2020.1 You need to set up a remote python interpreter and then set other configs like the image above. Article in notion.so Save […]