Message414739
Awaiting multiple times on a single task that failed with an exception results in an unbounded increase in memory usage. Enough repeated "await"s of the task can result in an OOM.
The same pattern on a task that didn't raise an exception behaves as expected.
The attached short script ends up using more than 1GB of memory in less than a minute. |
|
Date |
User |
Action |
Args |
2022-03-08 09:51:03 | davidmanzanares | set | recipients:
+ davidmanzanares, asvetlov, yselivanov |
2022-03-08 09:51:03 | davidmanzanares | set | messageid: <1646733063.02.0.0306040798156.issue46954@roundup.psfhosted.org> |
2022-03-08 09:51:02 | davidmanzanares | link | issue46954 messages |
2022-03-08 09:51:02 | davidmanzanares | create | |
|