Actions
Bug #6036
closedTimeout for passenger needs to be raised to avoid timeouts
Description
The timeout for passeneger needs to be updated. Please update
vi /usr/share/katello-installer/modules/apache/templates/mod/passenger.conf.erb
And add this line
PassengerStartTimeout 360
Right above the </IfModule>
Downstream bug: https://bugzilla.redhat.com/show_bug.cgi?id=1103224
In addition to that, I will make sure that Passenger preloads the Ruby environment first and never shutdown the last worker instance for better user experience (no more waiting until application is up).
Actions