No results found in DevOps Curriculum.
Best results in other decks
...restarted several times. Through the project's history, these all were valid: touch tmp/restart.txt sudo passenger-config restart-app /path/to/app passenger-config restart-app /path/to/app You should not need to...
...ran with the current passenger instance (probably due to no requests to it) and the passenger-config command runs without superuser permissions. This won't stop or break your deploy...
With passenger-status --show=requests you can get a huge JSON showing current information about the running passenger processes. This can be useful if you want to find out what...
...running request or is stuck. You can search for the PID of the process in passenger-status --show=requests: # (this is just a snippet) "last_data_receive_time" : { "local" : "Wed...