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:
authorJan Provaznik <jprovaznik@gitlab.com>2019-07-02 20:05:56 +0300
committerKamil TrzciƄski <ayufan@ayufan.eu>2019-07-02 20:05:56 +0300
commit3c883759c6ea9c1c60e69fd3e65fbf56b9e7af30 (patch)
tree08ea719ad67f532e17fd05dbc360b3a775508a8b /changelogs
parent5fb1de48ccbd5f637b6a8d2d9889a480d7d359a2 (diff)
Start UnicornSampler in master process
Using `on_master_start` assures that the sampler is started in master process and not in worker processes.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/unicorn-sampler-fix.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/unicorn-sampler-fix.yml b/changelogs/unreleased/unicorn-sampler-fix.yml
new file mode 100644
index 00000000000..3f0e509f15f
--- /dev/null
+++ b/changelogs/unreleased/unicorn-sampler-fix.yml
@@ -0,0 +1,5 @@
+---
+title: Make sure UnicornSampler is started only in master process.
+merge_request: 30215
+author:
+type: fixed