mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-01 15:37:32 +08:00
48cdd842f7
from a Queue. Enable this when running the server in a forking environment. The job queue threads will live in the parent process, while jobs will be added to the database by the child processes. Lovely!