GithubHelp home page GithubHelp logo

Comments (4)

seuros avatar seuros commented on September 26, 2024

set :puma_prune_bundler, true in your deploy.rb
then run puma:config to regenerate the puma.rb

from capistrano-puma.

sime avatar sime commented on September 26, 2024

Cheers.

On Mon, Nov 17, 2014 at 11:49 PM, Abdelkader Boudih <
[email protected]> wrote:

Closed #82 #82.


Reply to this email directly or view it on GitHub
#82 (comment).

from capistrano-puma.

sime avatar sime commented on September 26, 2024

This issue is still chasing me. Manage to break the app after a sprockets upgrade that wasn't noticed by puma. My puma.rb is as follows:

#!/usr/bin/env puma

directory '/home/staging/site/current'
rackup "/home/staging/site/current/config.ru"
environment 'staging'

pidfile "/home/staging/site/shared/tmp/pids/puma.pid"
state_path "/home/staging/site/shared/tmp/pids/puma.state"
stdout_redirect '/home/staging/site/shared/log/puma_access.log', '/home/staging/site/shared/log/puma_error.log', true

threads 0,16

bind 'unix:///home/staging/site/shared/tmp/sockets/puma.sock'
workers 0

prune_bundler

from capistrano-puma.

sime avatar sime commented on September 26, 2024

And every 5th release I have to start puma manually.

from capistrano-puma.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.