We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I was expecting some weird issues in my application, so I decided to dive in the foreman generated startup scripts, and found this:
cat /etc/init/app-web-1.conf
start on starting app-web stop on stopping app-web respawn exec su - deploy -c 'cd /var/www/wealcash.com/releases/20; export TONS_OF=VARIABLES; bundle exec puma -C ./config/puma.rb config.ru -e production >> /var/www/app.com/shared/log/web-1.log 2>&1'
cat /etc/init/app-worker-1.conf
start on starting app-worker stop on stopping app-worker respawn exec su - deploy -c 'cd /var/www/wealcash.com/releases/20; export TONS_OF=VARIABLES; bundle exec sidekiq -C config/sidekiq.yml -e production >> /var/www/app/shared/log/worker-1.log 2>&1'
It looks fine, except that the current release is 21.
21
I am also expecting some really weird behavior, like if foreman never stops putting more services up.. looks like some infinite loop somewhere.
Any advice on that? I followed the docs about the foreman module.
Cheers
The text was updated successfully, but these errors were encountered:
Hey, any updates on this?
Sorry, something went wrong.
I'm having this issue too
moved forma to https://github.com/mina-deploy/mina-foreman
No branches or pull requests
I was expecting some weird issues in my application, so I decided to dive in the foreman generated startup scripts, and found this:
It looks fine, except that the current release is
21
.I am also expecting some really weird behavior, like if foreman never stops putting more services up.. looks like some infinite loop somewhere.
Any advice on that?
I followed the docs about the foreman module.
Cheers
The text was updated successfully, but these errors were encountered: