admin管理员组

文章数量:1430133

How can I add a new job to start at a specific date (in the future) and run every day?

For example, start the schedule in 2/2/2025 and every date after this. I cannot find how to say it to start at the specific date in the future.

How can I add a new job to start at a specific date (in the future) and run every day?

For example, start the schedule in 2/2/2025 and every date after this. I cannot find how to say it to start at the specific date in the future.

Share Improve this question edited Apr 1 at 3:01 Peter Mortensen 31.6k22 gold badges110 silver badges133 bronze badges asked Dec 16, 2024 at 7:55 AwklAwkl 11 bronze badge
Add a comment  | 

1 Answer 1

Reset to default 0

The easiest way is to use the Calendars feature to blackout your daily job until 2/2/2025. Take a look at this. This feature is only available on Runbook Automation commercial products.

A "tricky" way: you need two jobs, the first one with your daily desired schedule but configured with disabled executions.

And another job with a script step enabling the execution and configured to run at the specific starting date (2/2/2025 in your case). You can configure this single execution on the jobs page, by clicking your job, clicking the "V" button list at the right of the "Run Job Now" green button, and selecting "Run Job Later", there you can put the 2/2/2025 date.

本文标签: rundeckHow to add a new job to start at a specific date (in the future) and run every dayStack Overflow