Skip to content

Commit

Permalink
add rebuilt config files
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjaysrikakulam committed Feb 12, 2025
1 parent 09123f5 commit e1e962f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions doc/source/admin/galaxy_options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5764,7 +5764,9 @@

:Description:
The number of days to keep failed Galaxy job's working directories
before attempting to delete them. Runs in a Celery task.
before attempting to delete them if
enable_failed_jobs_working_directory_cleanup is ``true``. Runs in
a Celery task.
:Default: ``5``
:Type: int

Expand All @@ -5776,7 +5778,8 @@
:Description:
The interval in seconds between attempts to delete all failed
Galaxy job's working directories from the filesystem (every 24
hours by default). Runs in a Celery task.
hours by default) if enable_failed_jobs_working_directory_cleanup
is ``true``. Runs in a Celery task.
:Default: ``86400``
:Type: int

Expand Down
7 changes: 5 additions & 2 deletions lib/galaxy/config/sample/galaxy.yml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -3072,11 +3072,14 @@ galaxy:
#enable_failed_jobs_working_directory_cleanup: false

# The number of days to keep failed Galaxy job's working directories
# before attempting to delete them. Runs in a Celery task.
# before attempting to delete them if
# enable_failed_jobs_working_directory_cleanup is ``true``. Runs in a
# Celery task.
#failed_jobs_working_directory_cleanup_days: 5

# The interval in seconds between attempts to delete all failed Galaxy
# job's working directories from the filesystem (every 24 hours by
# default). Runs in a Celery task.
# default) if enable_failed_jobs_working_directory_cleanup is
# ``true``. Runs in a Celery task.
#failed_jobs_working_directory_cleanup_interval: 86400

0 comments on commit e1e962f

Please sign in to comment.