Frequent 500 errors viewing files due to RequestDeadlineExceeded

Summary

While trying to view a file we get a 500 error.

Steps to reproduce

This happens on a regular basis with our omnibus setup.

Example Project

N/A

What is the current bug behavior?

While trying to view a file we get an error:

500: We're sorry, something went wrong on our end

What is the expected correct behavior?

The file is shown to the user.

Relevant logs and/or screenshots

From /var/log/gitlab/gitlab-rails/production_json.log. The namespace_id, project_id, and id have been redacted.

{
  "method": "GET",
  "path": "/namespace_id/project_id/-/blob/id",
  "format": "html",
  "controller": "Projects::BlobController",
  "action": "show",
  "status": 500,
  "time": "2025-01-30T16:53:16.471Z",
  "params": [
    { "key": "namespace_id", "value": "namespace_id" },
    { "key": "project_id", "value": "project_id" },
    { "key": "id", "value": "id" }
  ],
  "correlation_id": "01JJW21CH87FPV5RS9A7NTJANC",
  "meta.caller_id": "Projects::BlobController#show",
  "meta.feature_category": "source_code_management",
  "meta.organization_id": 1,
  "meta.remote_ip": "0.0.0.0",
  "meta.user": "danielr",
  "meta.user_id": 4,
  "meta.project": "namespace_id/project_id",
  "meta.root_namespace": "namespace_id",
  "meta.client_id": "user/4",
  "remote_ip": "0.0.0.0",
  "user_id": 4,
  "username": "danielr",
  "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:134.0) Gecko/20100101 Firefox/134.0",
  "request_urgency": "low",
  "target_duration_s": 5,
  "gitaly_calls": 1,
  "gitaly_duration_s": 0.000509,
  "redis_calls": 25,
  "redis_allowed_cross_slot_calls": 1,
  "redis_duration_s": 0.049187,
  "redis_read_bytes": 3703992,
  "redis_write_bytes": 1773,
  "redis_db_load_balancing_calls": 2,
  "redis_db_load_balancing_duration_s": 0.000137,
  "redis_db_load_balancing_write_bytes": 104,
  "redis_feature_flag_calls": 8,
  "redis_feature_flag_duration_s": 0.00042,
  "redis_feature_flag_read_bytes": 1592,
  "redis_feature_flag_write_bytes": 457,
  "redis_repository_cache_calls": 12,
  "redis_repository_cache_duration_s": 0.048355,
  "redis_repository_cache_read_bytes": 3702220,
  "redis_repository_cache_write_bytes": 605,
  "redis_sessions_calls": 3,
  "redis_sessions_allowed_cross_slot_calls": 1,
  "redis_sessions_duration_s": 0.000275,
  "redis_sessions_read_bytes": 180,
  "redis_sessions_write_bytes": 607,
  "db_count": 11,
  "db_write_count": 0,
  "db_cached_count": 2,
  "db_txn_count": 0,
  "db_replica_txn_count": 0,
  "db_primary_txn_count": 0,
  "db_replica_count": 0,
  "db_primary_count": 11,
  "db_replica_write_count": 0,
  "db_primary_write_count": 0,
  "db_replica_cached_count": 0,
  "db_primary_cached_count": 2,
  "db_replica_wal_count": 0,
  "db_primary_wal_count": 0,
  "db_replica_wal_cached_count": 0,
  "db_primary_wal_cached_count": 0,
  "db_replica_txn_max_duration_s": 0.0,
  "db_primary_txn_max_duration_s": 0.0,
  "db_replica_txn_duration_s": 0.0,
  "db_primary_txn_duration_s": 0.0,
  "db_replica_duration_s": 0.0,
  "db_primary_duration_s": 0.004,
  "db_main_txn_count": 0,
  "db_ci_txn_count": 0,
  "db_main_replica_txn_count": 0,
  "db_ci_replica_txn_count": 0,
  "db_main_count": 11,
  "db_ci_count": 0,
  "db_main_replica_count": 0,
  "db_ci_replica_count": 0,
  "db_main_write_count": 0,
  "db_ci_write_count": 0,
  "db_main_replica_write_count": 0,
  "db_ci_replica_write_count": 0,
  "db_main_cached_count": 2,
  "db_ci_cached_count": 0,
  "db_main_replica_cached_count": 0,
  "db_ci_replica_cached_count": 0,
  "db_main_wal_count": 0,
  "db_ci_wal_count": 0,
  "db_main_replica_wal_count": 0,
  "db_ci_replica_wal_count": 0,
  "db_main_wal_cached_count": 0,
  "db_ci_wal_cached_count": 0,
  "db_main_replica_wal_cached_count": 0,
  "db_ci_replica_wal_cached_count": 0,
  "db_main_txn_max_duration_s": 0.0,
  "db_ci_txn_max_duration_s": 0.0,
  "db_main_replica_txn_max_duration_s": 0.0,
  "db_ci_replica_txn_max_duration_s": 0.0,
  "db_main_txn_duration_s": 0.0,
  "db_ci_txn_duration_s": 0.0,
  "db_main_replica_txn_duration_s": 0.0,
  "db_ci_replica_txn_duration_s": 0.0,
  "db_main_duration_s": 0.004,
  "db_ci_duration_s": 0.0,
  "db_main_replica_duration_s": 0.0,
  "db_ci_replica_duration_s": 0.0,
  "cpu_s": 58.337225,
  "mem_objects": 227446,
  "mem_bytes": 16666936,
  "mem_mallocs": 7874,
  "mem_total_bytes": 25764776,
  "pid": 1862197,
  "worker_id": "puma_5",
  "rate_limiting_gates": [],
  "exception.class": "Gitlab::RequestContext::RequestDeadlineExceeded",
  "exception.message": "Request takes longer than 57 seconds",
  "exception.backtrace": [
    "lib/gitlab/request_context.rb:47:in `ensure_deadline_not_exceeded!'",
    "lib/gitlab/gitaly_client.rb:285:in `execute'",
    "lib/gitlab/gitaly_client/call.rb:18:in `block in call'",
    "lib/gitlab/gitaly_client/call.rb:60:in `recording_request'",
    "lib/gitlab/gitaly_client/call.rb:17:in `call'",
    "lib/gitlab/gitaly_client.rb:280:in `call'",
    "lib/gitlab/gitaly_client/with_feature_flag_actors.rb:31:in `block in gitaly_client_call'",
    "lib/gitlab/gitaly_client.rb:649:in `with_feature_flag_actors'",
    "lib/gitlab/gitaly_client/with_feature_flag_actors.rb:25:in `gitaly_client_call'",
    "lib/gitlab/gitaly_client/commit_service.rb:661:in `call_find_commit'",
    "lib/gitlab/gitaly_client/commit_service.rb:441:in `find_commit'",
    "lib/gitlab/git/commit.rb:87:in `block in find_commit'",
    "lib/gitlab/git/wraps_gitaly_errors.rb:7:in `wrapped_gitaly_errors'",
    "lib/gitlab/git/commit.rb:86:in `find_commit'",
    "lib/gitlab/git/commit.rb:78:in `find'",
    "app/models/repository.rb:1359:in `find_commit'",
    "app/models/repository.rb:126:in `commit'",
    "lib/extracts_ref/ref_extractor.rb:69:in `extract!'",
    "lib/extracts_path.rb:33:in `assign_ref_vars'",
    "activesupport (7.0.8.7) lib/active_support/callbacks.rb:400:in `block in make_lambda'",
    "activesupport (7.0.8.7) lib/active_support/callbacks.rb:180:in `block (2 levels) in halting_and_conditional'",
    "actionpack (7.0.8.7) lib/abstract_controller/callbacks.rb:34:in `block (2 levels) in <module:Callbacks>'",
    "activesupport (7.0.8.7) lib/active_support/callbacks.rb:181:in `block in halting_and_conditional'",
    "activesupport (7.0.8.7) lib/active_support/callbacks.rb:595:in `block in invoke_before'",
    "activesupport (7.0.8.7) lib/active_support/callbacks.rb:595:in `each'",
    "activesupport (7.0.8.7) lib/active_support/callbacks.rb:595:in `invoke_before'",
    "activesupport (7.0.8.7) lib/active_support/callbacks.rb:116:in `block in run_callbacks'",
    "app/controllers/application_controller.rb:554:in `block in allow_gitaly_ref_name_caching'",
    "lib/gitlab/gitaly_client.rb:478:in `allow_ref_name_caching'",
    "app/controllers/application_controller.rb:553:in `allow_gitaly_ref_name_caching'",
    "activesupport (7.0.8.7) lib/active_support/callbacks.rb:127:in `block in run_callbacks'",
    "app/controllers/application_controller.rb:505:in `set_current_admin'",
    "activesupport (7.0.8.7) lib/active_support/callbacks.rb:127:in `block in run_callbacks'",
    "lib/gitlab/session.rb:11:in `with_session'",
    "app/controllers/application_controller.rb:496:in `set_session_storage'",
    "activesupport (7.0.8.7) lib/active_support/callbacks.rb:127:in `block in run_callbacks'",
    "lib/gitlab/i18n.rb:114:in `with_locale'",
    "lib/gitlab/i18n.rb:120:in `with_user_locale'",
    "app/controllers/application_controller.rb:487:in `set_locale'",
    "activesupport (7.0.8.7) lib/active_support/callbacks.rb:127:in `block in run_callbacks'",
    "app/controllers/application_controller.rb:480:in `set_current_context'",
    "activesupport (7.0.8.7) lib/active_support/callbacks.rb:127:in `block in run_callbacks'",
    "marginalia (1.11.1) lib/marginalia.rb:109:in `record_query_comment'",
    "activesupport (7.0.8.7) lib/active_support/callbacks.rb:127:in `block in run_callbacks'",
    "sentry-rails (5.22.1) lib/sentry/rails/controller_transaction.rb:34:in `block in sentry_around_action'",
    "sentry-ruby (5.22.1) lib/sentry/hub.rb:108:in `with_child_span'",
    "sentry-ruby (5.22.1) lib/sentry-ruby.rb:503:in `with_child_span'",
    "sentry-rails (5.22.1) lib/sentry/rails/controller_transaction.rb:18:in `sentry_around_action'",
    "activesupport (7.0.8.7) lib/active_support/callbacks.rb:127:in `block in run_callbacks'",
    "activesupport (7.0.8.7) lib/active_support/callbacks.rb:138:in `run_callbacks'",
    "actionpack (7.0.8.7) lib/abstract_controller/callbacks.rb:233:in `process_action'",
    "actionpack (7.0.8.7) lib/action_controller/metal/rescue.rb:23:in `process_action'",
    "actionpack (7.0.8.7) lib/action_controller/metal/instrumentation.rb:67:in `block in process_action'",
    "activesupport (7.0.8.7) lib/active_support/notifications.rb:206:in `block in instrument'",
    "activesupport (7.0.8.7) lib/active_support/notifications/instrumenter.rb:24:in `instrument'",
    "activesupport (7.0.8.7) lib/active_support/notifications.rb:206:in `instrument'",
    "actionpack (7.0.8.7) lib/action_controller/metal/instrumentation.rb:66:in `process_action'",
    "actionpack (7.0.8.7) lib/action_controller/metal/params_wrapper.rb:259:in `process_action'",
    "activerecord (7.0.8.7) lib/active_record/railties/controller_runtime.rb:27:in `process_action'",
    "actionpack (7.0.8.7) lib/abstract_controller/base.rb:151:in `process'",
    "actionview (7.0.8.7) lib/action_view/rendering.rb:39:in `process'",
    "actionpack (7.0.8.7) lib/action_controller/metal.rb:188:in `dispatch'",
    "actionpack (7.0.8.7) lib/action_controller/metal.rb:249:in `block in dispatch'",
    "lib/gitlab/middleware/action_controller_static_context.rb:23:in `call'",
    "actionpack (7.0.8.7) lib/action_controller/metal.rb:249:in `dispatch'",
    "actionpack (7.0.8.7) lib/action_dispatch/routing/route_set.rb:49:in `dispatch'",
    "actionpack (7.0.8.7) lib/action_dispatch/routing/route_set.rb:32:in `serve'",
    "actionpack (7.0.8.7) lib/action_dispatch/routing/mapper.rb:18:in `block in <class:Constraints>'",
    "actionpack (7.0.8.7) lib/action_dispatch/routing/mapper.rb:48:in `serve'",
    "actionpack (7.0.8.7) lib/action_dispatch/journey/router.rb:50:in `block in serve'",
    "actionpack (7.0.8.7) lib/action_dispatch/journey/router.rb:32:in `each'",
    "actionpack (7.0.8.7) lib/action_dispatch/journey/router.rb:32:in `serve'",
    "actionpack (7.0.8.7) lib/action_dispatch/routing/route_set.rb:852:in `call'",
    "gitlab-experiment (0.9.1) lib/gitlab/experiment/middleware.rb:19:in `call'",
    "omniauth (2.1.0) lib/omniauth/strategy.rb:202:in `call!'",
    "omniauth (2.1.0) lib/omniauth/strategy.rb:169:in `call'",
    "flipper (0.26.2) lib/flipper/middleware/memoizer.rb:72:in `memoized_call'",
    "flipper (0.26.2) lib/flipper/middleware/memoizer.rb:37:in `call'",
    "lib/gitlab/middleware/sidekiq_shard_awareness_validation.rb:20:in `block in call'",
    "lib/gitlab/sidekiq_sharding/validator.rb:42:in `enabled'",
    "lib/gitlab/middleware/sidekiq_shard_awareness_validation.rb:20:in `call'",
    "lib/gitlab/middleware/memory_report.rb:13:in `call'",
    "lib/gitlab/middleware/speedscope.rb:13:in `call'",
    "lib/gitlab/database/load_balancing/rack_middleware.rb:23:in `call'",
    "lib/gitlab/middleware/go.rb:21:in `call'",
    "lib/gitlab/etag_caching/middleware.rb:21:in `call'",
    "lib/gitlab/middleware/query_analyzer.rb:11:in `block in call'",
    "lib/gitlab/database/query_analyzer.rb:83:in `within'",
    "lib/gitlab/middleware/query_analyzer.rb:11:in `call'",
    "lib/ci/job_token/middleware.rb:11:in `call'",
    "batch-loader (2.0.5) lib/batch_loader/middleware.rb:11:in `call'",
    "rack-attack (6.7.0) lib/rack/attack.rb:103:in `call'",
    "apollo_upload_server (2.1.6) lib/apollo_upload_server/middleware.rb:19:in `call'",
    "lib/gitlab/middleware/multipart.rb:173:in `call'",
    "rack-attack (6.7.0) lib/rack/attack.rb:127:in `call'",
    "warden (1.2.9) lib/warden/manager.rb:36:in `block in call'",
    "warden (1.2.9) lib/warden/manager.rb:34:in `catch'",
    "warden (1.2.9) lib/warden/manager.rb:34:in `call'",
    "rack-cors (2.0.2) lib/rack/cors.rb:102:in `call'",
    "rack (2.2.10) lib/rack/tempfile_reaper.rb:15:in `call'",
    "rack (2.2.10) lib/rack/etag.rb:27:in `call'",
    "rack (2.2.10) lib/rack/conditional_get.rb:27:in `call'",
    "rack (2.2.10) lib/rack/head.rb:12:in `call'",
    "actionpack (7.0.8.7) lib/action_dispatch/http/permissions_policy.rb:38:in `call'",
    "actionpack (7.0.8.7) lib/action_dispatch/http/content_security_policy.rb:39:in `call'",
    "lib/gitlab/middleware/read_only/controller.rb:50:in `call'",
    "lib/gitlab/middleware/read_only.rb:18:in `call'",
    "lib/gitlab/middleware/unauthenticated_session_expiry.rb:18:in `call'",
    "rack (2.2.10) lib/rack/session/abstract/id.rb:266:in `context'",
    "rack (2.2.10) lib/rack/session/abstract/id.rb:260:in `call'",
    "actionpack (7.0.8.7) lib/action_dispatch/middleware/cookies.rb:704:in `call'",
    "lib/gitlab/middleware/same_site_cookies.rb:27:in `call'",
    "actionpack (7.0.8.7) lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'",
    "activesupport (7.0.8.7) lib/active_support/callbacks.rb:99:in `run_callbacks'",
    "actionpack (7.0.8.7) lib/action_dispatch/middleware/callbacks.rb:26:in `call'",
    "sentry-rails (5.22.1) lib/sentry/rails/rescued_exception_interceptor.rb:14:in `call'",
    "actionpack (7.0.8.7) lib/action_dispatch/middleware/debug_exceptions.rb:28:in `call'",
    "lib/gitlab/middleware/path_traversal_check.rb:35:in `call'",
    "lib/gitlab/middleware/handle_malformed_strings.rb:21:in `call'",
    "sentry-ruby (5.22.1) lib/sentry/rack/capture_exceptions.rb:30:in `block (2 levels) in call'",
    "sentry-ruby (5.22.1) lib/sentry/hub.rb:269:in `with_session_tracking'",
    "sentry-ruby (5.22.1) lib/sentry-ruby.rb:416:in `with_session_tracking'",
    "sentry-ruby (5.22.1) lib/sentry/rack/capture_exceptions.rb:21:in `block in call'",
    "sentry-ruby (5.22.1) lib/sentry/hub.rb:59:in `with_scope'",
    "sentry-ruby (5.22.1) lib/sentry-ruby.rb:396:in `with_scope'",
    "sentry-ruby (5.22.1) lib/sentry/rack/capture_exceptions.rb:20:in `call'",
    "actionpack (7.0.8.7) lib/action_dispatch/middleware/show_exceptions.rb:29:in `call'",
    "lib/gitlab/middleware/basic_health_check.rb:25:in `call'",
    "lograge (0.11.2) lib/lograge/rails_ext/rack/logger.rb:15:in `call_app'",
    "railties (7.0.8.7) lib/rails/rack/logger.rb:25:in `block in call'",
    "activesupport (7.0.8.7) lib/active_support/tagged_logging.rb:99:in `block in tagged'",
    "activesupport (7.0.8.7) lib/active_support/tagged_logging.rb:37:in `tagged'",
    "activesupport (7.0.8.7) lib/active_support/tagged_logging.rb:99:in `tagged'",
    "railties (7.0.8.7) lib/rails/rack/logger.rb:25:in `call'",
    "actionpack (7.0.8.7) lib/action_dispatch/middleware/remote_ip.rb:93:in `call'",
    "lib/gitlab/middleware/handle_ip_spoof_attack_error.rb:25:in `call'",
    "lib/gitlab/middleware/request_context.rb:15:in `call'",
    "lib/gitlab/middleware/webhook_recursion_detection.rb:15:in `call'",
    "request_store (1.5.1) lib/request_store/middleware.rb:19:in `call'",
    "rack (2.2.10) lib/rack/method_override.rb:24:in `call'",
    "rack (2.2.10) lib/rack/runtime.rb:22:in `call'",
    "rack-timeout (0.7.0) lib/rack/timeout/core.rb:154:in `block in call'",
    "rack-timeout (0.7.0) lib/rack/timeout/support/timeout.rb:19:in `timeout'",
    "rack-timeout (0.7.0) lib/rack/timeout/core.rb:153:in `call'",
    "config/initializers/fix_local_cache_middleware.rb:11:in `call'",
    "lib/gitlab/middleware/compressed_json.rb:44:in `call'",
    "actionpack (7.0.8.7) lib/action_dispatch/middleware/executor.rb:14:in `call'",
    "lib/gitlab/middleware/rack_multipart_tempfile_factory.rb:19:in `call'",
    "rack (2.2.10) lib/rack/sendfile.rb:110:in `call'",
    "lib/gitlab/middleware/sidekiq_web_static.rb:20:in `call'",
    "lib/gitlab/metrics/requests_rack_middleware.rb:79:in `call'",
    "gitlab-labkit (0.37.0) lib/labkit/middleware/rack.rb:22:in `block in call'",
    "gitlab-labkit (0.37.0) lib/labkit/context.rb:35:in `with_context'",
    "gitlab-labkit (0.37.0) lib/labkit/middleware/rack.rb:21:in `call'",
    "actionpack (7.0.8.7) lib/action_dispatch/middleware/request_id.rb:26:in `call'",
    "actionpack (7.0.8.7) lib/action_dispatch/middleware/host_authorization.rb:131:in `call'",
    "railties (7.0.8.7) lib/rails/engine.rb:530:in `call'",
    "railties (7.0.8.7) lib/rails/railtie.rb:226:in `public_send'",
    "railties (7.0.8.7) lib/rails/railtie.rb:226:in `method_missing'",
    "lib/gitlab/middleware/release_env.rb:12:in `call'",
    "rack (2.2.10) lib/rack/urlmap.rb:74:in `block in call'",
    "rack (2.2.10) lib/rack/urlmap.rb:58:in `each'",
    "rack (2.2.10) lib/rack/urlmap.rb:58:in `call'",
    "puma (6.5.0) lib/puma/configuration.rb:279:in `call'",
    "puma (6.5.0) lib/puma/request.rb:99:in `block in handle_request'",
    "puma (6.5.0) lib/puma/thread_pool.rb:389:in `with_force_shutdown'",
    "puma (6.5.0) lib/puma/request.rb:98:in `handle_request'",
    "puma (6.5.0) lib/puma/server.rb:468:in `process_client'",
    "puma (6.5.0) lib/puma/server.rb:249:in `block in run'",
    "puma (6.5.0) lib/puma/thread_pool.rb:166:in `block in spawn_thread'"
  ],
  "db_duration_s": 0.00176,
  "view_duration_s": 0.0,
  "duration_s": 58.36638
}

Output of checks

N/A

Results of GitLab environment info

System information
System:		Ubuntu 24.04
Current User:	git
Using RVM:	no
Ruby Version:	3.2.5
Gem Version:	3.5.23
Bundler Version:2.5.11
Rake Version:	13.0.6
Redis Version:	7.0.15
Sidekiq Version:7.2.4
Go Version:	unknown

GitLab information
Version:	17.8.1
Revision:	19fb562cbb8
Directory:	/opt/gitlab/embedded/service/gitlab-rails
DB Adapter:	PostgreSQL
DB Version:	14.15
URL:		https://D.D.D
HTTP Clone URL:	https://D.D.D/some-group/some-project.git
SSH Clone URL:	git@D.D.D:some-group/some-project.git
Using LDAP:	no
Using Omniauth:	yes
Omniauth Providers: google_oauth2

GitLab Shell
Version:	14.39.0
Repository storages:
- default: 	unix:/var/opt/gitlab/gitaly/gitaly.socket
GitLab Shell path:		/opt/gitlab/embedded/service/gitlab-shell

Gitaly
- default Address: 	unix:/var/opt/gitlab/gitaly/gitaly.socket
- default Version: 	17.8.1
- default Git Version: 	2.47.0

Results of GitLab application Check

Checking GitLab subtasks ...

Checking GitLab Shell ...

GitLab Shell: ... GitLab Shell version >= 14.39.0 ? ... OK (14.39.0)
Running /opt/gitlab/embedded/service/gitlab-shell/bin/gitlab-shell-check
Internal API available: OK
Redis available via internal API: OK
gitlab-shell self-check successful

Checking GitLab Shell ... Finished

Checking Gitaly ...

Gitaly: ... default ... OK

Checking Gitaly ... Finished

Checking Sidekiq ...

Sidekiq: ... Running? ... yes
Number of Sidekiq processes (cluster/worker) ... 1/1

Checking Sidekiq ... Finished

Checking Incoming Email ...

Incoming Email: ... Reply by email is disabled in config/gitlab.yml

Checking Incoming Email ... Finished

Checking LDAP ...

LDAP: ... LDAP is disabled in config/gitlab.yml

Checking LDAP ... Finished

Checking GitLab App ...

Database config exists? ... yes
Tables are truncated? ... skipped
All migrations up? ... yes
Database contains orphaned GroupMembers? ... no
GitLab config exists? ... yes
GitLab config up to date? ... yes
Cable config exists? ... yes
Resque config exists? ... yes
Log directory writable? ... yes
Tmp directory writable? ... yes
Uploads directory exists? ... yes
Uploads directory has correct permissions? ... yes
Uploads directory tmp has correct permissions? ... yes
Systemd unit files or init script exist? ... skipped (omnibus-gitlab has neither init script nor systemd units)
Systemd unit files or init script up-to-date? ... skipped (omnibus-gitlab has neither init script nor systemd units)
Projects have namespace: ...
5/3 ... yes
5/4 ... yes
5/5 ... yes
5/8 ... yes
5/12 ... yes
5/17 ... yes
5/19 ... yes
5/22 ... yes
5/23 ... yes
5/24 ... yes
5/25 ... yes
5/26 ... yes
5/27 ... yes
5/29 ... yes
4/30 ... yes
5/31 ... yes
5/32 ... yes
5/33 ... yes
5/34 ... yes
5/35 ... yes
5/36 ... yes
5/37 ... yes
5/38 ... yes
5/39 ... yes
5/40 ... yes
5/41 ... yes
5/42 ... yes
5/43 ... yes
5/44 ... yes
5/45 ... yes
5/46 ... yes
5/47 ... yes
5/48 ... yes
5/49 ... yes
5/50 ... yes
5/51 ... yes
5/52 ... yes
5/53 ... yes
37/54 ... yes
5/55 ... yes
5/56 ... yes
5/57 ... yes
5/58 ... yes
48/59 ... yes
37/60 ... yes
5/61 ... yes
5/63 ... yes
53/64 ... yes
5/65 ... yes
5/66 ... yes
53/68 ... yes
5/69 ... yes
5/72 ... yes
5/74 ... yes
66/75 ... yes
77/76 ... yes
77/78 ... yes
5/79 ... yes
37/80 ... yes
17/81 ... yes
5/82 ... yes
4/83 ... yes
4/84 ... yes
4/85 ... yes
5/86 ... yes
5/88 ... yes
5/90 ... yes
70/91 ... yes
55/92 ... yes
55/93 ... yes
55/94 ... yes
105/96 ... yes
5/97 ... yes
5/98 ... yes
5/100 ... yes
101/101 ... yes
37/102 ... yes
5/103 ... yes
5/105 ... yes
5/106 ... yes
5/107 ... yes
37/109 ... yes
23/110 ... yes
55/111 ... yes
55/112 ... yes
208/113 ... yes
5/114 ... yes
231/115 ... yes
5/116 ... yes
5/117 ... yes
5/118 ... yes
5/119 ... yes
99/120 ... yes
55/121 ... yes
5/122 ... yes
37/123 ... yes
5/124 ... yes
37/125 ... yes
5/126 ... yes
260/127 ... yes
5/128 ... yes
5/130 ... yes
5/131 ... yes
5/132 ... yes
260/133 ... yes
260/134 ... yes
77/135 ... yes
4/136 ... yes
306/137 ... yes
231/138 ... yes
5/139 ... yes
5/140 ... yes
260/141 ... yes
306/143 ... yes
217/144 ... yes
217/145 ... yes
282/146 ... yes
93/149 ... yes
260/150 ... yes
260/151 ... yes
260/152 ... yes
260/153 ... yes
89/154 ... yes
345/156 ... yes
260/157 ... yes
260/158 ... yes
5/159 ... yes
358/160 ... yes
358/161 ... yes
358/162 ... yes
358/163 ... yes
358/164 ... yes
358/165 ... yes
358/166 ... yes
358/167 ... yes
358/168 ... yes
358/169 ... yes
358/170 ... yes
358/171 ... yes
358/172 ... yes
358/173 ... yes
358/174 ... yes
358/175 ... yes
358/176 ... yes
358/177 ... yes
358/178 ... yes
358/179 ... yes
358/180 ... yes
358/181 ... yes
358/182 ... yes
358/183 ... yes
358/184 ... yes
358/185 ... yes
358/186 ... yes
358/187 ... yes
358/188 ... yes
358/189 ... yes
358/190 ... yes
358/191 ... yes
358/192 ... yes
358/193 ... yes
358/194 ... yes
358/195 ... yes
358/196 ... yes
358/197 ... yes
358/198 ... yes
358/199 ... yes
358/200 ... yes
358/201 ... yes
358/202 ... yes
358/203 ... yes
358/204 ... yes
358/205 ... yes
358/206 ... yes
358/207 ... yes
358/208 ... yes
358/209 ... yes
358/210 ... yes
411/211 ... yes
411/212 ... yes
411/213 ... yes
411/214 ... yes
411/215 ... yes
411/216 ... yes
411/217 ... yes
411/218 ... yes
411/219 ... yes
411/220 ... yes
411/221 ... yes
411/222 ... yes
411/223 ... yes
5/225 ... yes
411/226 ... yes
358/227 ... yes
37/228 ... yes
93/229 ... yes
260/230 ... yes
5/231 ... yes
287/232 ... yes
411/233 ... yes
37/234 ... yes
5/235 ... yes
448/236 ... yes
358/237 ... yes
5/238 ... yes
5/239 ... yes
55/240 ... yes
5/241 ... yes
5/242 ... yes
231/243 ... yes
37/244 ... yes
456/245 ... yes
5/246 ... yes
459/247 ... yes
456/248 ... yes
5/249 ... yes
456/250 ... yes
358/251 ... yes
456/252 ... yes
456/253 ... yes
5/254 ... yes
Redis version >= 6.2.14? ... yes
Ruby version >= 3.0.6 ? ... yes (3.2.5)
Git user has default SSH configuration? ... yes
Active users: ... 143
Is authorized keys file accessible? ... yes
GitLab configured to store new projects in hashed storage? ... yes
All projects are in hashed storage? ... yes

Checking GitLab App ... Finished


Checking GitLab subtasks ... Finished

Possible fixes

Restarting our GitLab instance will usually resolve the issue temporarily.