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

Commits on Sep 14, 2020

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

    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.
    ```
    morgoth committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    5809079 View commit details
    Browse the repository at this point in the history