I've a django app which runs some asynchronous tasks in the background with celery. I'd like to profile the tasks running inside the celery worker. I found these questions but they weren't very useful. How do I profile a specific celery task in a django app?
Asked
Active
Viewed 640 times
1 Answers
1
I assume you can solve your issue with this package https://pypi.org/project/django-cprofile-middleware/
Moreover ref this to understand basics of profiling http://www.gilles-bertrand.com/2012/11/profiling-python-code-with-celery.html?m=1

Ubaid Qureshi
- 80
- 7