diff --git a/doc/source/admin/galaxy_options.rst b/doc/source/admin/galaxy_options.rst index 9ffc90e33ba4..b5511036af2f 100644 --- a/doc/source/admin/galaxy_options.rst +++ b/doc/source/admin/galaxy_options.rst @@ -5156,8 +5156,7 @@ to set the `result_backend` option in the `celery_conf` option to a valid Celery result backend URL. By default, Galaxy uses an SQLite database at '/results.sqlite' for storing task - results. Please use a more robust backend (e.g. Redis) for - production setups. For details, see + results. For details, see https://docs.galaxyproject.org/en/master/admin/production.html#use-celery-for-asynchronous-tasks :Default: ``false`` :Type: bool @@ -5175,7 +5174,8 @@ The `broker_url` option, if unset or null, defaults to the value of `amqp_internal_connection`. The `result_backend` option, if unset or null, defaults to an SQLite database at - '/results.sqlite' for storing task results. + '/results.sqlite' for storing task results. Please use a + more robust backend (e.g. Redis) for production setups. The galaxy.fetch_data task can be disabled by setting its route to "disabled": `galaxy.fetch_data: disabled`. (Other tasks cannot be disabled on a per-task basis at this time.) diff --git a/lib/galaxy/config/sample/galaxy.yml.sample b/lib/galaxy/config/sample/galaxy.yml.sample index d55859a04eba..8032d879039b 100644 --- a/lib/galaxy/config/sample/galaxy.yml.sample +++ b/lib/galaxy/config/sample/galaxy.yml.sample @@ -2763,7 +2763,6 @@ galaxy: # set the `result_backend` option in the `celery_conf` option to a # valid Celery result backend URL. By default, Galaxy uses an SQLite # database at '/results.sqlite' for storing task results. - # Please use a more robust backend (e.g. Redis) for production setups. # For details, see # https://docs.galaxyproject.org/en/master/admin/production.html#use-celery-for-asynchronous-tasks #enable_celery_tasks: false @@ -2775,7 +2774,8 @@ galaxy: # The `broker_url` option, if unset or null, defaults to the value of # `amqp_internal_connection`. The `result_backend` option, if unset or # null, defaults to an SQLite database at '/results.sqlite' - # for storing task results. + # for storing task results. Please use a more robust backend (e.g. + # Redis) for production setups. # The galaxy.fetch_data task can be disabled by setting its route to # "disabled": `galaxy.fetch_data: disabled`. (Other tasks cannot be # disabled on a per-task basis at this time.) diff --git a/lib/galaxy/config/schemas/config_schema.yml b/lib/galaxy/config/schemas/config_schema.yml index 7e15c81cb566..99dbe9657746 100644 --- a/lib/galaxy/config/schemas/config_schema.yml +++ b/lib/galaxy/config/schemas/config_schema.yml @@ -3765,7 +3765,6 @@ mapping: configured the `celery_conf` option below. Specifically, you need to set the `result_backend` option in the `celery_conf` option to a valid Celery result backend URL. By default, Galaxy uses an SQLite database at '/results.sqlite' for storing task results. - Please use a more robust backend (e.g. Redis) for production setups. For details, see https://docs.galaxyproject.org/en/master/admin/production.html#use-celery-for-asynchronous-tasks celery_conf: @@ -3785,7 +3784,7 @@ mapping: The `broker_url` option, if unset or null, defaults to the value of `amqp_internal_connection`. The `result_backend` option, if unset or null, defaults to an SQLite database at '/results.sqlite' - for storing task results. + for storing task results. Please use a more robust backend (e.g. Redis) for production setups. The galaxy.fetch_data task can be disabled by setting its route to "disabled": `galaxy.fetch_data: disabled`. (Other tasks cannot be disabled on a per-task basis at this time.)