diff options
author | Shinya Maeda <shinya@gitlab.com> | 2019-06-18 18:45:37 +0700 |
---|---|---|
committer | Shinya Maeda <shinya@gitlab.com> | 2019-06-18 21:56:11 +0700 |
commit | 36b30cf18e7cf24fbb444eeecca70b719ed3208d (patch) | |
tree | 2b3d38079f8df8da57f61cca0489b442c72194ed /changelogs | |
parent | 6d68a3a254833ada6228bf245fc43bb8f4d6b85b (diff) | |
download | gitlab-ce-36b30cf18e7cf24fbb444eeecca70b719ed3208d.tar.gz |
Revert concurrent pipeline schedule creationrevert-concurrent-pipeline-schedule-creation
This commit reverts the previously introduced concurrent pipeline
schedule creation which was a viable solution for mitigating
inconsistent pipeline schedule by Sidekiq Memory Killer.
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/revert-concurrent-pipeline-schedule-creation.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/revert-concurrent-pipeline-schedule-creation.yml b/changelogs/unreleased/revert-concurrent-pipeline-schedule-creation.yml new file mode 100644 index 00000000000..77423463d22 --- /dev/null +++ b/changelogs/unreleased/revert-concurrent-pipeline-schedule-creation.yml @@ -0,0 +1,5 @@ +--- +title: Revert concurrent pipeline creation for pipeline schedules +merge_request: 29794 +author: +type: fixed |