Skip to content

Commit

Permalink
Merge pull request #3629 from dannon/kombu_url_fix
Browse files Browse the repository at this point in the history
Fix kombu documentation link in galaxy.ini.sample
  • Loading branch information
martenson committed Feb 17, 2017
2 parents 2ff6f91 + e5da52e commit 28089a3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions config/galaxy.ini.sample
Expand Up @@ -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
Expand Down

0 comments on commit 28089a3

Please sign in to comment.