README on puma with workers #812
-
Does this apply only to the situation when GoodJob is configured to run jobs within the web server process (and we use Puma workers)? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@majkelcc Yes, you will only need to call those GoodJob methods in the If you are using the standalone Sorry about the slow reply! |
Beta Was this translation helpful? Give feedback.
-
@bensheldon thanks for clarifying. I imagined this would be the usual case on production, so it could be worth to mention it in the README, but then again it probably doesn't hurt and it could be more common in the development env anyway. |
Beta Was this translation helpful? Give feedback.
@majkelcc Yes, you will only need to call those GoodJob methods in the
config/puma.rb
hooks if you are running GoodJob in:async
mode.If you are using the standalone
$ good_job
process to execute jobs, you don't need to add those hooks.Sorry about the slow reply!