Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Speed up how quickly we launch new tasks (#16660) | Erik Johnston | 2023-11-17 | 1 | -1/+1 |
| | | | Now that we're reducing concurrency (#16656), this is more important. | ||||
* | Reduce task concurrency (#16656) | Erik Johnston | 2023-11-17 | 1 | -1/+1 |
| | |||||
* | Speed up deleting device messages (#16643) | Erik Johnston | 2023-11-16 | 1 | -1/+1 |
| | | | Keeping track of a lower bound of stream ID where we've deleted everything below makes the queries much faster. Otherwise, every time we scan for rows to delete we'd re-scan across all the rows that have previously deleted (until the next table VACUUM). | ||||
* | Some minor performance fixes for task schedular (#16313) | Erik Johnston | 2023-09-14 | 1 | -30/+70 |
| | |||||
* | Fix bug with new task scheduler using lots of CPU. (#16278) | Erik Johnston | 2023-09-08 | 1 | -21/+22 |
| | | | | | Using the new `TaskScheduler` meant that we'ed create lots of new metrics (due to adding task ID to the desc of background process), resulting in requests for metrics taking an increasing amount of CPU. | ||||
* | Delete device messages asynchronously and in staged batches (#16240) | Mathieu Velten | 2023-09-06 | 1 | -10/+7 |
| | |||||
* | Task scheduler: add replication notify for new task to launch ASAP (#16184) | Mathieu Velten | 2023-08-28 | 1 | -49/+43 |
| | |||||
* | Task scheduler: mark task as active if we are scheduling ASAP (#16165) | Mathieu Velten | 2023-08-23 | 1 | -1/+3 |
| | |||||
* | Implements a task scheduler for resumable potentially long running tasks ↵ | Mathieu Velten | 2023-08-21 | 1 | -0/+364 |
(#15891) |