crank
crank copied to clipboard
Process slow restarter
Bumps [rake](https://github.com/ruby/rake) from 10.3.1 to 12.3.3. Changelog Sourced from rake's changelog. === 12.3.3 ==== Bug fixes Use the application's name in error message if a task is not found. Pull...
Bumps [redcarpet](https://github.com/vmg/redcarpet) from 3.1.2 to 3.6.0. Release notes Sourced from redcarpet's releases. Redcarpet v3.6.0 This release is not particularly heavy but brings a few improvements and fixes. Improvements Avoid warnings...
Snyk has created this PR to fix one or more vulnerable packages in the `rubygems` dependencies of this project. #### Changes included in this PR - Changes to the following...
Snyk has created this PR to fix one or more vulnerable packages in the `rubygems` dependencies of this project. #### Changes included in this PR - Changes to the following...
Currently crank will only print ``` Exited with code: 1 ERROR: command failed: exited with 1 ``` if a process fails to start. It would be helpful if it printed...
It would be nice if an output like that: ``` 3407 9 STOPPING "/var/pets/installed/pusher-server/pusher-server.2015-01-08_120203.850d438" [ruby socket/server.rb --secure --use-stronghold] 25368 10 READY "/var/pets/installed/pusher-server/pusher-server.2015-01-08_120203.850d438" [ruby socket/server.rb --secure --use-stronghold] ``` could also show...
For the memory monitoring purposes, it would be awesome if crank exposed a socket interface with a stream of process state changes. What the memory monitor needs is: - [...
The ruby uuid library for example tries to write a `~/.ruby-uuid` file in the home directory (why!). A lot of tools usually requires a HOME environment variable. When started from...
Show how to manage crank idiomatically with upstart by providing example files.
This is not required for initial rollout, but would be a very nice to have. Currently crank will have to run behind HAProxy in order that crank can be restarted.