You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Celery or the Web workers, we need to find a good way to profile our application and see the bottlenecks
Currently we are using different methods, like cProfile or Gevent debug, we must research if there's a better way we can find bottleneck in our application
The text was updated successfully, but these errors were encountered:
For Celery or the Web workers, we need to find a good way to profile our application and see the bottlenecks
Currently we are using different methods, like
cProfile
orGevent debug
, we must research if there's a better way we can find bottleneck in our applicationThe text was updated successfully, but these errors were encountered: