commit/galaxy-central: jmchilton: A bit more LWR client logging.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/1b06ee57191c/ Changeset: 1b06ee57191c User: jmchilton Date: 2014-05-16 17:24:54 Summary: A bit more LWR client logging. Affected #: 1 file diff -r 2f592b5f1883520d62fc6ceab6a1657edd188294 -r 1b06ee57191c56cd50c0248239f876f4c5311831 lib/galaxy/jobs/runners/lwr_client/client.py --- a/lib/galaxy/jobs/runners/lwr_client/client.py +++ b/lib/galaxy/jobs/runners/lwr_client/client.py @@ -313,7 +313,9 @@ # before queueing. setup_params = _setup_params_from_job_config(job_config) launch_params["setup_params"] = setup_params - return self.client_manager.exchange.publish("setup", launch_params) + response = self.client_manager.exchange.publish("setup", launch_params) + log.info("Job published to setup message queue.") + return response def clean(self): del self.client_manager.status_cache[self.job_id] 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