Skip to content

Commit

Permalink
Merge 37039e2 into da53e20
Browse files Browse the repository at this point in the history
  • Loading branch information
bhsiaoNFLX committed Jan 27, 2021
2 parents da53e20 + 37039e2 commit a0deca8
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,12 @@ Queue options contain the following constructor-only settings.

job uuid format used, "v1" or "v4"

* **archiveCompletedAfterSeconds**

Specifies how long in seconds completed jobs get archived. Note: a warning will be emitted if set to lower than 60s and cron processing will be disabled.

Default: 12 hours

**State count monitoring**

* **monitorStateIntervalSeconds** - int, default undefined
Expand Down Expand Up @@ -198,19 +204,19 @@ Default: 15 minutes

* **retentionSeconds**, number

How many seconds a job may be in created state before it's archived. Must be >=1
How many seconds a job may be in created or retry state before it's archived. Must be >=1

* **retentionMinutes**, number

How many minutes a job may be in created state before it's archived. Must be >=1
How many minutes a job may be in created or retry state before it's archived. Must be >=1

* **retentionHours**, number

How many hours a job may be in created state before it's archived. Must be >=1
How many hours a job may be in created or retry state before it's archived. Must be >=1

* **retentionDays**, number

How many days a job may be in created state before it's archived. Must be >=1
How many days a job may be in created or retry state before it's archived. Must be >=1

Default: 30 days

Expand Down

0 comments on commit a0deca8

Please sign in to comment.