Background Tasks just keep building up. #9712
-
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
I'll add that this is running in docker and CPU never goes higher than 30% on the machine. Memory is good. It just seems like when tasks build up, the program just gives up and lets them keep piling up. |
Beta Was this translation helpful? Give feedback.
-
Currently processing these at about 1 task per second. But that is nowhere near fast enough. |
Beta Was this translation helpful? Give feedback.
-
Related #9707 (comment) |
Beta Was this translation helpful? Give feedback.
-
Do you have the cache server running in your setup? If this is not running then the background worker is limited to a single worker thread - https://docs.inventree.org/en/stable/start/processes/#limitations This will reduce the worker throughput significantly. |
Beta Was this translation helpful? Give feedback.
Related #9707 (comment)