summaryrefslogtreecommitdiff
path: root/changelogs/unreleased
diff options
context:
space:
mode:
authorTiago Botelho <tiagonbotelho@hotmail.com>2018-11-07 14:32:15 +0000
committerTiago Botelho <tiagonbotelho@hotmail.com>2018-11-07 21:24:31 +0000
commit46b28842b6a05b0b398bdd75e82a00439ad404b0 (patch)
treedec67df07faa502c02395db11bc4e60bafe05d85 /changelogs/unreleased
parent1183183403cadb465cfec52532cb77ad6a9494c9 (diff)
downloadgitlab-ce-46b28842b6a05b0b398bdd75e82a00439ad404b0.tar.gz
StuckImportJobsWorker query performance optimization
Improves the performance of fetching the enqueued projects for StuckImportJobsWorker, preventing a statement timeout.
Diffstat (limited to 'changelogs/unreleased')
-rw-r--r--changelogs/unreleased/fix-stuck-import-jobs-query-performance-issue.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/fix-stuck-import-jobs-query-performance-issue.yml b/changelogs/unreleased/fix-stuck-import-jobs-query-performance-issue.yml
new file mode 100644
index 00000000000..d8455a8509f
--- /dev/null
+++ b/changelogs/unreleased/fix-stuck-import-jobs-query-performance-issue.yml
@@ -0,0 +1,5 @@
+---
+title: Improves performance of stuck import jobs detection
+merge_request: 22879
+author:
+type: performance