Running a job in specific time #9595
Unanswered
LyuboVll
asked this question in
Help & Support
Replies: 1 comment 2 replies
-
|
Pretty sure that's already possible with https://github.com/concourse/time-resource as a trigger for you job. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, this may be a feature that I could not find in the docs/support discussions, or maybe a future idea, but is there a way to run a job and set a specific time interval for it - for example I want to run a job starting 11.06.2026 (Thursday) at 10a.m and every two weeks it would run at 10a.m - so next run would be 25.06.2026. Setting only time interval at 336h means that I would specifically need to manually set it on Thursday, run it then and it will work, until there's an issue or update which will brake the interval, as it happened once - it moved the interval to the same day but around 12hours later. So I am searching for a way to have a configuration that states that this job will specifically run every 2 weeks starting this date in this hour, and any major updates/downtimes of concourse would not affect it's run configuration. Is this possible?
Beta Was this translation helpful? Give feedback.
All reactions