mirror of
https://github.com/discourse/discourse.git
synced 2026-09-05 04:40:41 -05:00
Run after_fork hooks correctly on Phusion Passenger
This commit is contained in:
@@ -167,3 +167,11 @@ module Discourse
|
||||
|
||||
end
|
||||
end
|
||||
|
||||
if defined?(PhusionPassenger)
|
||||
PhusionPassenger.on_event(:starting_worker_process) do |forked|
|
||||
if forked
|
||||
Discourse.after_fork
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user