Cron job runs 6 times #3777
-
Figure this isn't a bug with Woodpecker but rather a me problem (switching from Drone to Woodpecker). I have a pipeline running on cron, and it ran last night but seems to have been triggered 6 times. Should have only been triggered once. Here are the steps (it's kludgey but it works):
|
Beta Was this translation helpful? Give feedback.
Answered by
qwerty287
Jun 13, 2024
Replies: 1 comment 5 replies
-
This looks like a bug to me, I'm not aware of how you could trigger a cron multiple times. We had a similar issue with PRs but not sure if that's related. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm not a cron expert, but we have seconds as the first char and doesn't
*
mean on every second?Can you check what happens with
0 1/5 * * * *
or0 * */6 * * *
?