commit/galaxy-central: dannon: The other half of d89864b9f5daaec89dfda0ad5772a13aed72536b.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/be4958cce4aa/ Changeset: be4958cce4aa User: dannon Date: 2015-02-06 14:00:12+00:00 Summary: The other half of d89864b9f5daaec89dfda0ad5772a13aed72536b. Affected #: 1 file diff -r afc4ac302c006c0d27c04d746373fd2da05d169f -r be4958cce4aac391972fd635a424954789b0c36b lib/galaxy/app.py --- a/lib/galaxy/app.py +++ b/lib/galaxy/app.py @@ -143,11 +143,6 @@ self.workflow_scheduling_manager = scheduling_manager.WorkflowSchedulingManager( self ) self.model.engine.dispose() - self.control_worker = GalaxyQueueWorker(self, - galaxy.queues.control_queue_from_config(self.config), - galaxy.queue_worker.control_message_to_task) - self.control_worker.daemon = True - self.control_worker.start() def shutdown( self ): self.workflow_scheduling_manager.shutdown() Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org