Skip to content

chart: run the worker in a threadpool to avoid issues when forking

Florens requested to merge worker-in-threadpool into master

chart: run the worker in a threadpool to avoid issues when forking, such as the database pool being incorrectly shared between processes.

Merge request reports