Skip to content

gs-worker-thread: Implement work queue to run them sequentially

Milan Crha requested to merge wip/worker-thread-queue into main

Some plugins can iterate the worker's thread main context while running a job, which can lead to nested jobs. The queue makes sure the jobs are run sequentially, while the more prioritized jobs can still be executed sooner than the others.

Merge request reports