summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2019-06-24 09:38:33 +0000
committerLin Jen-Shin <godfat@godfat.org>2019-06-24 09:38:33 +0000
commit733f384ba8e9ecb2748bcd8c0cd91d8e370f8cc7 (patch)
tree170a83c53c39600c899141cfa13f7ffd2c4319f6 /changelogs
parent7821defab33f917b62d1132339a521d609f191d6 (diff)
parenta22e68bf46e660aa21bf2ae0073a51b9a950f870 (diff)
downloadgitlab-ce-733f384ba8e9ecb2748bcd8c0cd91d8e370f8cc7.tar.gz
Merge branch 'fix-pipeline-schedule-edge-case' into 'master'
FIX: Scheduled pipelines scheduled to run at the same time as pipeline_schedule_worker gets pushed to the next run Closes #63469 See merge request gitlab-org/gitlab-ce!29848
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/fix-pipeline-schedule-edge-case.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/changelogs/unreleased/fix-pipeline-schedule-edge-case.yml b/changelogs/unreleased/fix-pipeline-schedule-edge-case.yml
new file mode 100644
index 00000000000..2b7e3611567
--- /dev/null
+++ b/changelogs/unreleased/fix-pipeline-schedule-edge-case.yml
@@ -0,0 +1,6 @@
+---
+title: Fix pipeline schedule does not run correctly when it's scheduled at the same
+ time with the cron worker
+merge_request: 29848
+author:
+type: fixed