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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seems like it's just necessary to define ActiveJob::QueueAdapters::GoodJob
ActiveJob::QueueAdapters::GoodJob
...and will probably want a :good_job_inline variant as well for development environment.
:good_job_inline
The text was updated successfully, but these errors were encountered:
To go by convention, thinking:
I think this should be turned into a mode, rather than an option.
Sorry, something went wrong.
:good_job
Merge pull request #5 from Paradem/correct_cli
9e32fc4
Over wrote something by mistake
Successfully merging a pull request may close this issue.
Seems like it's just necessary to define
ActiveJob::QueueAdapters::GoodJob
...and will probably want a
:good_job_inline
variant as well for development environment.The text was updated successfully, but these errors were encountered: