mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-24 16:30:27 +08:00
Fix missed control_worker->queue_worker rename
Missed that one in 6b52f62fe4
This commit is contained in:
+1
-1
@@ -108,7 +108,7 @@ def load_galaxy_app(
|
||||
**kwds
|
||||
)
|
||||
app.database_heartbeat.start()
|
||||
app.control_worker.bind_and_start()
|
||||
app.queue_worker.bind_and_start()
|
||||
app.application_stack.log_startup()
|
||||
return app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user