gitlab-org--gitlab-foss/bin
Bob Van Landuyt f1ae1e39ce Move the circuitbreaker check out in a separate process
Moving the check out of the general requests, makes sure we don't have
any slowdown in the regular requests.

To keep the process performing this checks small, the check is still
performed inside a unicorn. But that is called from a process running
on the same server.

Because the checks are now done outside normal request, we can have a
simpler failure strategy:

The check is now performed in the background every
`circuitbreaker_check_interval`. Failures are logged in redis. The
failures are reset when the check succeeds. Per check we will try
`circuitbreaker_access_retries` times within
`circuitbreaker_storage_timeout` seconds.

When the number of failures exceeds
`circuitbreaker_failure_count_threshold`, we will block access to the
storage.

After `failure_reset_time` of no checks, we will clear the stored
failures. This could happen when the process that performs the checks
is not running.
2017-12-08 09:11:39 +01:00
..
background_jobs Re-organize queues to use for Sidekiq 2016-10-21 18:17:07 +02:00
bundle Added executable file permission to binstubs 2014-02-20 12:56:22 +01:00
changelog Add Performance category to the changelog 2017-10-13 12:45:56 +02:00
check Move from script to bin directory. 2014-05-27 17:14:41 +02:00
daemon_with_pidfile Properly daemonize the mail_room process 2015-08-27 16:35:00 +02:00
mail_room Properly daemonize the mail_room process 2015-08-27 16:35:00 +02:00
parallel-rsync-repos Add 'resume' capability to parallel-rsync-repos 2015-12-08 15:08:22 +01:00
pkgr_before_precompile.sh Use new way of defining services on packager.io 2015-01-18 17:55:48 +00:00
rails Re-generate Spring binstubs for updated version of Spring 2016-04-22 16:00:56 -04:00
rake Re-generate Spring binstubs for updated version of Spring 2016-04-22 16:00:56 -04:00
rspec Re-generate Spring binstubs for updated version of Spring 2016-04-22 16:00:56 -04:00
rspec-stackprof Don't require stackprof in Gemfile 2017-08-09 10:10:33 +02:00
setup Use rake db:reset instead of db:setup 2016-04-14 15:53:54 +02:00
spinach Re-generate Spring binstubs for updated version of Spring 2016-04-22 16:00:56 -04:00
spring Use ENABLE_SPRING to use it by default 2016-06-17 16:54:55 +02:00
storage_check Move the circuitbreaker check out in a separate process 2017-12-08 09:11:39 +01:00
upgrade.rb Rails update to 4.2.4 2015-11-25 18:18:44 +02:00
web Use 'exec' in Unicorn and Sidekiq launch scripts 2016-04-28 12:11:08 +02:00
with_env Add gitaly source installation instructions 2017-03-21 14:55:41 +01:00