|
1 | 1 | # Galaxy is configured by default to be usable in a single-user development |
2 | 2 | # environment. To tune the application for a multi-user production |
3 | 3 | # environment, see the documentation at: |
4 | | -# |
| 4 | +# |
5 | 5 | # https://docs.galaxyproject.org/en/master/admin/production.html |
6 | | -# |
| 6 | +# |
7 | 7 | # Throughout this sample configuration file, except where stated otherwise, |
8 | 8 | # uncommented values override the default if left unset, whereas commented |
9 | 9 | # values are set to the default value. Relative paths are relative to the root |
10 | 10 | # Galaxy directory. |
11 | | -# |
| 11 | +# |
12 | 12 | # Examples of many of these options are explained in more detail in the Galaxy |
13 | 13 | # Community Hub. |
14 | | -# |
| 14 | +# |
15 | 15 | # https://galaxyproject.org/admin/config |
16 | | -# |
| 16 | +# |
17 | 17 | # Config hackers are encouraged to check there before asking for help. |
18 | | -# |
| 18 | +# |
19 | 19 | # Configuration for Gravity process manager. |
20 | 20 | # ``uwsgi:`` section will be ignored if Galaxy is started via Gravity commands (e.g ``./run.sh``, ``galaxy`` or ``galaxyctl``). |
21 | 21 | gravity: |
22 | 22 |
|
23 | 23 | # Process manager to use. |
24 | 24 | # ``supervisor`` is the default process manager when Gravity is invoked as a non-root user. |
25 | 25 | # ``systemd`` is the default when Gravity is invoked as root. |
26 | | - # Valid options are: supervisor, systemd |
| 26 | + # ``multiprocessing`` is the default when Gravity is invoked as the foreground shortcut ``galaxy`` instead of ``galaxyctl`` |
| 27 | + # Valid options are: supervisor, systemd, multiprocessing |
27 | 28 | # process_manager: |
28 | 29 |
|
29 | 30 | # What command to write to the process manager configs |
@@ -3126,4 +3127,3 @@ galaxy: |
3126 | 3127 | # default) if enable_failed_jobs_working_directory_cleanup is |
3127 | 3128 | # ``true``. Runs in a Celery task. |
3128 | 3129 | #failed_jobs_working_directory_cleanup_interval: 86400 |
3129 | | - |
0 commit comments