Skip to content
New issue

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

Correct example on how to configure multiple queues by command line. #135

Merged
merged 1 commit into from
Sep 14, 2020

Conversation

morgoth
Copy link
Collaborator

@morgoth morgoth commented Sep 14, 2020

Specyfing mutliple queues without wrapping it in "" doesn't work for me:

bundle exec good_job start --queues=mailers;default
[GoodJob] Notifier subscribed with LISTEN
[GoodJob] [3076631] GoodJob started scheduler with queues=mailers max_threads=50 poll_interval=1.

bundle exec good_job start --queues="mailers;default"
[GoodJob] Notifier subscribed with LISTEN
[GoodJob] [3076493] GoodJob started scheduler with queues=mailers max_threads=50 poll_interval=1.
[GoodJob] [3076493] GoodJob started scheduler with queues=default max_threads=50 poll_interval=1.

Having single queue works, --queues=mailers, but I changed it as well for consistency.

Specyfing mutliple queues without wrapping it in "" doesn't work for me:

```
bundle exec good_job start --queues=mailers;default
[GoodJob] Notifier subscribed with LISTEN
[GoodJob] [3076631] GoodJob started scheduler with queues=mailers max_threads=50 poll_interval=1.

bundle exec good_job start --queues="mailers;default"
[GoodJob] Notifier subscribed with LISTEN
[GoodJob] [3076493] GoodJob started scheduler with queues=mailers max_threads=50 poll_interval=1.
[GoodJob] [3076493] GoodJob started scheduler with queues=default max_threads=50 poll_interval=1.
```
Copy link
Owner

@bensheldon bensheldon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! 🙌

@bensheldon bensheldon merged commit 71ad79b into bensheldon:main Sep 14, 2020
@bensheldon bensheldon added the documentation Improvements or additions to documentation label Sep 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants