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:
authorYorick Peterse <yorickpeterse@gmail.com>2017-06-19 17:12:05 +0300
committerYorick Peterse <yorickpeterse@gmail.com>2017-06-19 17:14:07 +0300
commitd505a2b8e67998b8e6f9ab525e2ddd6c9298f51e (patch)
tree4477631595d9136feb2771a073245ff069c98bf3 /changelogs/unreleased
parentb18c12ec6a9564d55bd2851a82ff2513b8485fe0 (diff)
Reduce wait timings for Sidekiq jobs
This reduces the time spent waiting for Sidekiq jobs to complete in JobWaiter, and reduces the sleep interval when trying to acquire the lease for refreshing authorizations. These changes should reduce the time spent just waiting for a lock, which we seem to be spending most time in when running the AuthorizedProjectsWorker.
Diffstat (limited to 'changelogs/unreleased')
-rw-r--r--changelogs/unreleased/reduce-sidekiq-wait-timings.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/reduce-sidekiq-wait-timings.yml b/changelogs/unreleased/reduce-sidekiq-wait-timings.yml
new file mode 100644
index 00000000000..4d23accc82e
--- /dev/null
+++ b/changelogs/unreleased/reduce-sidekiq-wait-timings.yml
@@ -0,0 +1,4 @@
+---
+title: Reduce time spent waiting for certain Sidekiq jobs to complete
+merge_request:
+author: