instance method
restart_handler
Ruby on Rails 2.2.3
Since v2.2.3 Last seen in v2.3.18Available in: v2.2.3 v2.3.18
Signature
restart_handler(signal)
No documentation comment.
Parameters
-
signalreq
Source
# File railties/lib/fcgi_handler.rb, line 179
def restart_handler(signal)
dispatcher_log :info, "asked to restart ASAP"
if @processing
@when_ready = :restart
else
restart!
end
end
Defined in railties/lib/fcgi_handler.rb line 179
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in RailsFCGIHandler