You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've just upgraded to Concourse 6.7 (from 5.8), and time-triggered pipelines that worked fine in 5 are now broken. I have some pipelines that are set to run every 5 minutes that are now launching once an hour.
I've setup a very simple pipeline to demonstrate what I mean:
When I deploy this, the timed-run resource immediately shows checked successfully but does not trigger the job. When I force a check, the job is eventually triggered, but then the resource sits and waits, seemingly forever. It currently says
checked | 8m 24s ago
EDIT: I went to lunch and left it running and it seems to have run after roughly an hour, which I guess is the default?
Am I doing something wrong? Has something changed? Please help, this is breaking quite a few workflows now
Thanks
Sam
The text was updated successfully, but these errors were encountered:
@pikesley Do you have global-resources enabled? Also, are those resources sharing the same resource configuration as other resources? (for ex, you have a lot of resources in your deployment that point to the same docker registry)
Hi
We've just upgraded to Concourse 6.7 (from 5.8), and
time
-triggered pipelines that worked fine in 5 are now broken. I have some pipelines that are set to run every 5 minutes that are now launching once an hour.I've setup a very simple pipeline to demonstrate what I mean:
When I deploy this, the
timed-run
resource immediately showschecked successfully
but does not trigger the job. When I force a check, the job is eventually triggered, but then the resource sits and waits, seemingly forever. It currently saysAm I doing something wrong? Has something changed? Please help, this is breaking quite a few workflows now
Thanks
Sam
The text was updated successfully, but these errors were encountered: