Scheduled pipelines not running
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Summary
Some pipelines are not being created by a schedule. Similarly, hitting the play button on the schedule shows a message to indicate the pipeline was successfully created, but it wasn't created at all.
Steps to reproduce
This is what I did to get here, but it may not be the only way to reproduce. There may be erroneous steps.
- Create a pipeline schedule on a project with a cron
0 * * * *(every hour) - Let it run the first time.
- Update the schedule to run again within that hour
10 * * * *(10 past every hour) - Wait for the schedule to trigger again
- Nothing happens
- Try manually playing the schedule (not the job)
- Get a success message, but observe no more pipelines were created.
Example Project
https://gitlab.com/samdbeckham/test
I can give access to whoever is looking in to this. IT's just a test bed for these things.
What is the current bug behavior?
The first scheduled pipeline is created, but subsequent ones are not. Manually running the schedule displays a message saying the pipeline was created, but it wasn't.
Update: It's been several days now and the schedule was meant to run every hour. After the initial run, it hasn't run again.
What is the expected correct behavior?
Either the pipelines are created, or we get an appropriate error message explaining why it wasn't.
Relevant logs and/or screenshots
Output of checks
This bug happens on GitLab.com
Possible fixes
???