gitlab-org--gitlab-foss/spec/features/admin
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
..
admin_abuse_reports_spec.rb Replaces `tag: true` into `:tag` in the specs 2017-10-07 13:57:54 +02:00
admin_active_tab_spec.rb Add top level items to fly-out navigation 2017-09-06 14:54:17 +01:00
admin_appearance_spec.rb Add custom brand text on new project pages 2017-12-04 17:22:59 +01:00
admin_broadcast_messages_spec.rb Replaces `tag: true` into `:tag` in the specs 2017-10-07 13:57:54 +02:00
admin_browse_spam_logs_spec.rb
admin_browses_logs_spec.rb Put loggers in before_action for easier overriding in EE 2017-09-06 15:25:51 +02:00
admin_builds_spec.rb
admin_cohorts_spec.rb
admin_conversational_development_index_spec.rb
admin_deploy_keys_spec.rb
admin_disables_git_access_protocol_spec.rb Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
admin_disables_two_factor_spec.rb accept modal confirm dialog when disabling 2FA 2017-10-26 18:57:57 +02:00
admin_groups_spec.rb Merge branch 'master' into sh-headless-chrome-support 2017-10-09 15:00:00 -05:00
admin_health_check_spec.rb Move the circuitbreaker check out in a separate process 2017-12-08 09:11:39 +01:00
admin_hook_logs_spec.rb Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
admin_hooks_spec.rb Merge branch 'master' into sh-headless-chrome-support 2017-10-09 15:00:00 -05:00
admin_labels_spec.rb accept javascript confirm dialog on admin delete label link 2017-10-13 19:04:09 -05:00
admin_manage_applications_spec.rb
admin_projects_spec.rb Replaces `tag: true` into `:tag` in the specs 2017-10-07 13:57:54 +02:00
admin_requests_profiles_spec.rb
admin_runners_spec.rb Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
admin_settings_spec.rb Merge branch 'master' into sh-headless-chrome-support 2017-10-31 16:08:11 -05:00
admin_system_info_spec.rb
admin_users_impersonation_tokens_spec.rb Add accept_confirm for admin_users_impersonation_tokens_spec 2017-10-13 17:39:28 -05:00
admin_users_spec.rb Impersonation no longer gets stuck on password change. 2017-11-20 18:02:41 +01:00
admin_uses_repository_checks_spec.rb Merge branch 'master' into sh-headless-chrome-support 2017-10-09 15:00:00 -05:00