An error occurred fetching the project authors.
- 07 Feb, 2018 2 commits
-
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
after the request. This way, we could release the project referred from the controller, which potentially referred a repository which potentially allocated a lot of memories. Before this change, we could hold the last request data and cannot release the memory. After this change, the largest request data should be able to be collected from GC. This might not impact the instances having heavy load, as the last request should be changing all the time, and GC won't kick in for each request anyway. However it could still potentially allow us to free more memories for each GC runs, because now we could free one more request anyway.
-
- 28 Dec, 2017 1 commit
-
-
Lin Jen-Shin authored
This would make the application considered ready much slower, but when it's ready, then it's really ready. Before this change, it claims to be ready, but it's annoyingly slow for the first request with GDK. It's 100% 502 for me, for the first request. This shouldn't really affect production or so, because if it's really ready, it should be blazingly fast, and it should not slow things down too much. The culprit here is probably `ActionController::Base.helpers.asset_path` but this could make sure that anything else would load first, too.
-
- 15 Jun, 2017 1 commit
-
-
Pawel Chojnacki authored
-
- 02 Jun, 2017 6 commits
-
-
Pawel Chojnacki authored
+ Use NullMetrics to mock metrics when unused + Use method_missing in NullMetrics mocking + Update prometheus gem to version that correctly uses transitive dependencies + Ensure correct folders are used in Multiprocess prometheus client tests. + rename Sessions controller's metric
-
Pawel Chojnacki authored
+ Add spaces for four phases approach + fix InfluxDB rename
-
Pawel Chojnacki authored
-
Pawel Chojnacki authored
-
Pawel Chojnacki authored
metrics wip
-
Kevin Lyda authored
This is a step for #29118. Add a single metric to count successful logins. Summary types are not supported so remove Collector. Either we need to support the summary type or we need to create a multiprocess-friendly Collector. Add config to load prometheus and set up the Collector and the Exporter. Fix `Gemfile` as current prometheus-client gemspec is missing the `mmap2` dependency.
-
- 20 Jan, 2016 2 commits
-
-
Yorick Peterse authored
Using this limit on GitLab.com it appears we're able to reduce response timings by about 620 milliseconds compared to the previous limit. See gitlab-org/gitlab-ce!2421 for more information.
-
Yorick Peterse authored
This makes it easier for users to use their own limits based on their server configuration.
-
- 28 May, 2015 1 commit
-
-
Robert Speicher authored
-
- 23 Jan, 2014 1 commit
-
-
Дамјан Георгиевски authored
Don't assume that if the Rack server is not Passenger then it must be Unicorn. There are many other Rack servers in the world (uwsgi being one example that people use a lot). The reverse check is much more logical, i.e. check explicitly for Unicorn
-
- 22 Dec, 2013 1 commit
-
-
dprolife authored
-
- 20 Dec, 2013 1 commit
-
-
James Newton authored
-
- 18 Dec, 2013 1 commit
-
-
Jacob Vosmaer authored
Conflicts: Gemfile.lock
-
- 28 Dec, 2012 1 commit
-
-
Chris Frohoff authored
-
- 13 Oct, 2011 2 commits
-
-
Dmitriy Zaporozhets authored
-
gitlabhq authored
-
- 08 Oct, 2011 1 commit
-
-
gitlabhq authored
-