You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
actually just be GOOD_JOB_EXECUTION_MODE=async without rails server?
The section later on about available configuration options suggests yes, as it lists :async (with colon) as an option, but doesn't mention include rails server.
Having tested it, GOOD_JOB_EXECUTION_MODE=async seems to work fine. Adding rails server doesn't seem to work. I haven't tried it with a colon.
The text was updated successfully, but these errors were encountered:
GOOD_JOB_EXECUTION_MODE=async rails server should set the execution mode to async and run your rails webserver, unless you've explicitly overridden the GoodJob execution mode in your application configuration.
The rails server part is intended to be an example of running a command from the command line.
Should this line in the readme:
good_job/README.md
Line 161 in 358def5
actually just be
GOOD_JOB_EXECUTION_MODE=async
withoutrails server
?The section later on about available configuration options suggests yes, as it lists
:async
(with colon) as an option, but doesn't mention includerails server
.Having tested it,
GOOD_JOB_EXECUTION_MODE=async
seems to work fine. Addingrails server
doesn't seem to work. I haven't tried it with a colon.The text was updated successfully, but these errors were encountered: