diff options
author | Pawel Chojnacki <pawel@chojnacki.ws> | 2017-05-23 16:09:00 +0200 |
---|---|---|
committer | Pawel Chojnacki <pawel@chojnacki.ws> | 2017-06-02 19:45:58 +0200 |
commit | ef9f23b797d7467a1d1bda15e29d1f33b070065f (patch) | |
tree | fff741860bfb8f574cd28f0c2ae4cc0a7a14c342 /config.ru | |
parent | 254830c1f963f344585a45d96a03985e1ec2df0e (diff) | |
download | gitlab-ce-ef9f23b797d7467a1d1bda15e29d1f33b070065f.tar.gz |
Mark migration as requiring no downtime
+ Add spaces for four phases approach
+ fix InfluxDB rename
Diffstat (limited to 'config.ru')
-rw-r--r-- | config.ru | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.ru b/config.ru index cac4cf10c36..2614c9aaf74 100644 --- a/config.ru +++ b/config.ru @@ -14,6 +14,7 @@ if defined?(Unicorn) use Unicorn::WorkerKiller::Oom, min, max end end + # set default directory for multiproces metrics gathering ENV['prometheus_multiproc_dir'] ||= 'tmp/prometheus_data_dir' |