commit/galaxy-central: natefoo: Fix the tasks runner that I broke when I split job management into multiple processes.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/476ce0b78713/ changeset: 476ce0b78713 user: natefoo date: 2012-04-23 20:04:45 summary: Fix the tasks runner that I broke when I split job management into multiple processes. affected #: 1 file diff -r c8f4f73e9199fc419a221647ccf2337e7e59ed10 -r 476ce0b78713d5b42ef3e7f6e09b8450496a3692 lib/galaxy/jobs/runners/tasks.py --- a/lib/galaxy/jobs/runners/tasks.py +++ b/lib/galaxy/jobs/runners/tasks.py @@ -83,7 +83,7 @@ for task in tasks: tw = TaskWrapper(task, job_wrapper.queue) task_wrappers.append(tw) - self.app.job_manager.dispatcher.put(tw) + self.app.job_manager.job_handler.dispatcher.put(tw) tasks_incomplete = False count_complete = 0 sleep_time = 1 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)
-
Bitbucket