Replies: 1 comment 4 replies
-
I haven't used AWS Lightsail before, but it looks similar to Elastic Beanstalk, whose limitations I'm very familiar with 😞 GoodJob's default in production is The simplest way to change the configuration would be via an environment variable:
Or you could add Rails configuration: # config/production.rb
config.good_job.execution_mode = :async |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hello I have vps on amazon lightsail and I want to add
good_job
to my appI have added it smoothly in development mode with
:async
problem is the readme told us that it prefer to run
good_job
in production with:external
but I don't understand how to run the
good_job
withcapistrano
on:external
mode, and it seems there is no capistrano add ons forgood_job
did I just need to ssh the server and run good_job with daemon mode or what?
Beta Was this translation helpful? Give feedback.
All reactions