configure-managed-jobs
Configures how long information about subcommands that were started using asadmin --detach
or that contain progress information is kept.
Synopsis
asadmin [asadmin-options] configure-managed-jobs [--help]
[--in-memory-retention-period in-memory-retention-period]
[--job-retention-period job-retention-period]
[--cleanup-initial-delay cleanup-initial-delay]
[--cleanup-poll-interval cleanup-poll-interval]
Description
The configure-managed-jobs
subcommand configures how long information about subcommands (jobs) that were started using the asadmin
utility option --detach
or that contain progress information is kept. The --detach
option detaches long-running subcommands and executes them in the background in detach mode. Job information includes subcommand progress and status.
This subcommand is supported in remote mode only.
Options
- asadmin-options
-
Options for the
asadmin
utility. For information about these options, see theasadmin
help page. --help
-?
-
Displays the help text for the subcommand.
--in-memory-retention-period
-
Specifies how long a completed job is kept in memory after the job is finished. The default value is 1 hour.
--job-retention-period
-
Specifies how long a job is stored. The default value is 24 hours.
--cleanup-initial-delay
-
After server startup, specifies the initial delay after which the cleanup service starts purging jobs. The default value is 5 minutes.
--cleanup-poll-interval
-
Specifies the time interval after which the cleanup service polls for expired jobs. The default value is 20 minutes.