Fix missed control_worker->queue_worker rename

Missed that one in 6b52f62fe4
This commit is contained in:
mvdbeek
2019-08-22 14:08:25 +02:00
parent 7266e3cd2e
commit 62f25f9d18
+1 -1
View File
@@ -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