Commit 31dad0fd authored by nmilojevic1's avatar nmilojevic1

Add changelog description

  - Apply suggestion to fix typoSquashed commits
  - Add changelog description
parent 09ad5832
---
title: Refuse to start web server without a working ActiveRecord connection
merge_request: 25160
author:
type: other
......@@ -14,7 +14,7 @@ end
if defined?(ActiveRecord::Base) && Gitlab::Runtime.web_server?
Gitlab::Cluster::LifecycleEvents.on_before_fork do
raise 'ActiveRecord connection not established. Unable to start.' unless GitLab::Database.exists?
raise 'ActiveRecord connection not established. Unable to start.' unless Gitlab::Database.exists?
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment