Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-10-22 | Give pushers their own background logcontext | Richard van der Hoff | 1 | -24/+24 | |
Each pusher has its own loop which runs for as long as it has work to do. This should run in its own background thread with its own logcontext, as other similar loops elsewhere in the system do - which means that CPU usage is consistently attributed to that loop, rather than to whatever request happened to start the loop. | |||||
2018-10-22 | move get_all_pushers call down | Richa |