Skip to content

Comma separated queue names don't work #67

Closed
@morgoth

Description

@morgoth

When specifying multiple queues as one string, ie:

development:
  workers:
    - queues: real_time,background

this does not work. The workers are not taking scheduled jobs (real_time or background) at all.

It works for me, when queues are an array, ie:

development:
  workers:
    - queues:
      - real_time
      - background

Should the documentation be fixed to list queues as array in YAML or maybe the logic to fix comma separated string?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions