Skip to content

Commit

Permalink
Merge pull request #332 from theusmoreira/hotfix/readme-update
Browse files Browse the repository at this point in the history
add option recoverMissedExecutions in readme
  • Loading branch information
merencia committed Nov 8, 2023
2 parents e65a2d0 + 10f6209 commit 2adca44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -138,6 +138,7 @@ Arguments:
#### Options

- **scheduled**: A `boolean` to set if the created task is scheduled. Default `true`;
- **recoverMissedExecutions**: A `boolean` to set if the created task should be able to recover missed executions. Default `false`;
- **timezone**: The timezone that is used for job scheduling. See [IANA time zone database](https://www.iana.org/time-zones) for valid values, such as `Asia/Shanghai`, `Asia/Kolkata`, `America/Sao_Paulo`.

**Example**:
Expand Down

0 comments on commit 2adca44

Please sign in to comment.