From 4ec8cef337cb62be6e1e3529e3fdf507fc9ea982 Mon Sep 17 00:00:00 2001 From: davelopez <46503462+davelopez@users.noreply.github.com> Date: Wed, 10 Apr 2024 17:03:55 +0200 Subject: [PATCH] Reword sentence Co-authored-by: Nicola Soranzo --- doc/source/admin/galaxy_options.rst | 4 ++-- lib/galaxy/config/sample/galaxy.yml.sample | 2 +- lib/galaxy/config/schemas/config_schema.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/admin/galaxy_options.rst b/doc/source/admin/galaxy_options.rst index a8a7066d255..d83bbb65edd 100644 --- a/doc/source/admin/galaxy_options.rst +++ b/doc/source/admin/galaxy_options.rst @@ -5156,8 +5156,8 @@ 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 for production setups - like Redis. For details, see + 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 :Default: ``false`` :Type: bool diff --git a/lib/galaxy/config/sample/galaxy.yml.sample b/lib/galaxy/config/sample/galaxy.yml.sample index a7ed80d5a48..b27e6c887ae 100644 --- a/lib/galaxy/config/sample/galaxy.yml.sample +++ b/lib/galaxy/config/sample/galaxy.yml.sample @@ -2763,7 +2763,7 @@ 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 for production setups like Redis. + # 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 diff --git a/lib/galaxy/config/schemas/config_schema.yml b/lib/galaxy/config/schemas/config_schema.yml index 95f5aaa027d..4fffa48b62d 100644 --- a/lib/galaxy/config/schemas/config_schema.yml +++ b/lib/galaxy/config/schemas/config_schema.yml @@ -3765,7 +3765,7 @@ 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 for production setups (e.g. Redis). + 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: