Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Botelho <tiagonbotelho@hotmail.com>2017-12-11 14:35:03 +0300
committerTiago Botelho <tiagonbotelho@hotmail.com>2017-12-15 12:54:10 +0300
commit558c971e3198c3127320402c8d060243c7b28daa (patch)
treeddf2bcf0b02f76dbec6437b05138d2abbc2a40d4 /changelogs
parentfb47f2a7459f4c413f3fe496bcdb1b40d81d73a4 (diff)
Fork and Import jobs only get marked as failed when the number of Sidekiq retries were exhausted
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/39246-fork-and-import-jobs-should-only-be-marked-as-failed-when-the-number-of-retries-was-exhausted.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/39246-fork-and-import-jobs-should-only-be-marked-as-failed-when-the-number-of-retries-was-exhausted.yml b/changelogs/unreleased/39246-fork-and-import-jobs-should-only-be-marked-as-failed-when-the-number-of-retries-was-exhausted.yml
new file mode 100644
index 00000000000..ce238a2c79f
--- /dev/null
+++ b/changelogs/unreleased/39246-fork-and-import-jobs-should-only-be-marked-as-failed-when-the-number-of-retries-was-exhausted.yml
@@ -0,0 +1,5 @@
+---
+title: Only mark import and fork jobs as failed once all Sidekiq retries get exhausted
+merge_request: 15844
+author:
+type: changed