Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Open sidebar
Tiger Ton
mastodon
Commits
f73b7e77
Commit
f73b7e77
authored
6 years ago
by
Eugen Rochko
Browse files
Options
Download
Email Patches
Plain Diff
Improve ActiveRecord connection in on_worker_boot (#9238)
This is how it looks in the example in the Puma README
parent
63f168c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
config/puma.rb
+3
-1
config/puma.rb
with
3 additions
and
1 deletion
+3
-1
config/puma.rb
+
3
-
1
View file @
f73b7e77
...
...
@@ -13,7 +13,9 @@ workers ENV.fetch('WEB_CONCURRENCY') { 2 }
preload_app!
on_worker_boot
do
ActiveRecord
::
Base
.
establish_connection
if
defined?
(
ActiveRecord
)
ActiveSupport
.
on_load
(
:active_record
)
do
ActiveRecord
::
Base
.
establish_connection
end
end
plugin
:tmp_restart
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets