[hg] galaxy 3645: Add the enable_job_running param to the sample...
details: http://www.bx.psu.edu/hg/galaxy/rev/46a391f2d696 changeset: 3645:46a391f2d696 user: Nate Coraor <nate@bx.psu.edu> date: Wed Apr 14 10:14:26 2010 -0400 description: Add the enable_job_running param to the sample config diffstat: universe_wsgi.ini.sample | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diffs (15 lines): diff -r d6a527033f2c -r 46a391f2d696 universe_wsgi.ini.sample --- a/universe_wsgi.ini.sample Wed Apr 14 09:38:35 2010 -0400 +++ b/universe_wsgi.ini.sample Wed Apr 14 10:14:26 2010 -0400 @@ -205,6 +205,11 @@ # ---- Job Execution -------------------------------------------------------- +# If running multiple Galaxy processes, one can be designated as the job +# runner. For more information, see: +# http://bitbucket.org/galaxy/galaxy-central/wiki/Config/LoadBalancing +#enable_job_running = True + # Number of concurrent jobs to run (local job runner) #local_job_queue_workers = 5
participants (1)
-
Greg Von Kuster