-
Notifications
You must be signed in to change notification settings - Fork 572
Closed as not planned
Labels
Description
How do you use Sentry?
Sentry Saas (sentry.io)
Version
1.20.0
Steps to Reproduce
Have a Flask project that has multiple views where one is calling a task (ex called sometask) multiple times using the delay method: sometask.delay(some_msg). (In my test case some_msg was a string with 10,000 random characters.
Now load test this project and generate lots of hits to the view (and thus lots of calls to the task)
The memory usage will increase over time:

This is the test project I created:
https://github.com/antonpirker/test-celery-memory-leak
Expected Result
Memory usage stays roughly the same.
Actual Result
Memory usage increasing.
sk-williamjamir and mxm-tr
Metadata
Metadata
Assignees
Labels
Projects
Status
No status
Status
Waiting for: Product Owner