Skip to content

Commit

Permalink
Merge pull request #106 from nneul/patch-1
Browse files Browse the repository at this point in the history
Update job.html.md - not unix crontab format
  • Loading branch information
fdevans authored Oct 9, 2023
2 parents ca6457c + 1f4c03f commit df2ac9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/job.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ The following arguments are supported:

* `timeout` - (Optional) The maximum time for an execution to run. Time in seconds, or specify time units: "120m", "2h", "3d". Use blank or 0 to indicate no timeout.

* `schedule` - (Optional) The jobs schedule in Unix crontab format
* `schedule` - (Optional) The job's schedule in Quartz schedule cron format. Similar to unix crontab, but with seven fields instead of five: Second Minute Hour Day-of-Month Month Day-of-Week Year

* `schedule_enabled` - (Optional) Sets the job schedule to be enabled or disabled. Defaults to `true`.

Expand Down

0 comments on commit df2ac9e

Please sign in to comment.