1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/738cdb119ce3/ Changeset: 738cdb119ce3 User: dannon Date: 2014-10-13 14:34:44+00:00 Summary: Update comments in job handler to refer to the correct classes (historical, copied from JobQueue etc circa 2010) and functionality. Affected #: 1 file diff -r 5454f62f54df718c61ef4bf5f5446249f6525024 -r 738cdb119ce34e570224eb87ee7a270caa53f39b lib/galaxy/jobs/handler.py --- a/lib/galaxy/jobs/handler.py +++ b/lib/galaxy/jobs/handler.py @@ -44,13 +44,13 @@ class JobHandlerQueue( object ): """ - Job manager, waits for jobs to be runnable and then dispatches to - a JobRunner. + Job Handler's Internal Queue, this is what actually implements waiting for + jobs to be runnable and dispatching to a JobRunner. """ STOP_SIGNAL = object() def __init__( self, app, dispatcher ): - """Start the job manager""" + """Initializes the Job Handler Queue, creates (unstarted) monitoring thread""" self.app = app self.dispatcher = dispatcher @@ -77,7 +77,7 @@ def start( self ): """ - The JobManager should start, and then start its Handler, if it has one. + Starts the JobHandler's thread after checking for any unhandled jobs. """ # Recover jobs at startup self.__check_jobs_at_startup() 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.