-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trace memory usage with logging (#2708)
Trace memory usage with logging Sadly py-spy was only a time profiler and I wasn't able to find something that does not need changes in the code. I followed mainly this guide and this celery issue suggestions. Deep profiling will be done just in stg, quicker resource check also in prod. Reviewed-by: Matej Focko Reviewed-by: Laura Barcziová Reviewed-by: Maja Massarini
- Loading branch information
Showing
3 changed files
with
26 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters