commit/galaxy-central: natefoo: Merge stable.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/a19ef9da5e47/ Changeset: a19ef9da5e47 User: natefoo Date: 2014-06-12 16:00:39 Summary: Merge stable. Affected #: 2 files diff -r 5d5ed9cbbf9b6a37dbf0777cf4b88015df9135f4 -r a19ef9da5e470d14a31ad8385f14168a14556224 lib/galaxy/app.py --- a/lib/galaxy/app.py +++ b/lib/galaxy/app.py @@ -128,6 +128,7 @@ from galaxy.util import heartbeat if heartbeat.Heartbeat: self.heartbeat = heartbeat.Heartbeat( fname=self.config.heartbeat_log ) + self.heartbeat.daemon = True self.heartbeat.start() # Enable the memdump signal catcher if configured and available if self.config.use_memdump: @@ -150,6 +151,7 @@ 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 ): 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