capistrano-puma icon indicating copy to clipboard operation
capistrano-puma copied to clipboard

Puma integration for Capistrano

Results 8 capistrano-puma issues
Sort by recently updated
recently updated
newest added

Some applications will require more time to boot and WatchdogSec is set to 10 seconds, it will make the application to restart if you don't update the WatchdogSec. What do...

`tail -n10 /var/log/nginx/access.log` ``` 172.69.171.135 - - [15/Apr/2024:08:30:00 +0000] "GET / HTTP/1.1" 301 169 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" "41.139.181.57" 172.69.171.135...

Hi, I have a Rails **7.1.2** project, with Puma **5.6.5** and the _capistrano3-puma_ at **5.2.0**. Now, I want to upgrade Puma to **6.4.2** but this involves a regression of _capistrano3-puma_...

Sadly the gem is not really maintained right now, but there is the gem `gem 'capistrano3-puma', '6.0.0.beta.1'`. I was able to update to Puma 6 with but run in to...

Deploying with Capistrano and systemd can be difficult to verify manually, so I automated the verification using tests and CI. I used a Debian Docker image to create a container...

Hi there, With Puma 6 being out for almost 2 years and no support for it by the current version of capistrano-puma, can we get official confirmation if this gem...

Do there need to be any hooks for puma:install and puma:enable and puma:start? https://github.com/seuros/capistrano-puma/blob/2cc11846540489edda10d83e026c9bea04e6fab1/lib/capistrano/puma/systemd.rb#L5-L7 I'm asking because I'm having trouble figuring out how I'm supposed to get my app's puma...

Bumps [rack](https://github.com/rack/rack) from 3.1.3 to 3.1.5. Changelog Sourced from rack's changelog. [3.1.5] - 2024-07-02 Security Fix potential ReDoS attack in Rack::Request#parse_http_accept_header. (GHSA-cj83-2ww7-mvq7, @​dwisiswant0) [3.1.4] - 2024-06-22 Fixed Fix Rack::Lint matching...

dependencies