From e5da52e388af093e432efeae9f395a7f92ce97da Mon Sep 17 00:00:00 2001 From: Dannon Baker Date: Fri, 17 Feb 2017 09:37:25 -0500 Subject: [PATCH] Fix kombu documentation link, add a tiny bit more description to handle the old TODO. --- config/galaxy.ini.sample | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/config/galaxy.ini.sample b/config/galaxy.ini.sample index ae13056fda7f..e9966226889e 100644 --- a/config/galaxy.ini.sample +++ b/config/galaxy.ini.sample @@ -1317,8 +1317,11 @@ use_interactive = True # -- Galaxy Application Internal Message Queue -# Galaxy uses AMQP internally TODO more documentation on what for. -# For examples, see http://ask.github.io/kombu/userguide/connections.html +# Galaxy uses AMQP internally for communicating between processes. For +# example, when reloading the toolbox or locking job execution, the process +# that handled that particular request will tell all others to also reload, +# lock jobs, etc. +# For connection examples, see http://docs.celeryproject.org/projects/kombu/en/latest/userguide/connections.html # # Without specifying anything here, galaxy will first attempt to use your # specified database_connection above. If that's not specified either, Galaxy