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

feat: Create ignore #20

Open
wants to merge 7 commits into
base: pubsub-final
Choose a base branch
from

Conversation

sauravcld
Copy link

@sauravcld sauravcld commented Mar 3, 2021

Expectations:

  • the names of the created topics and subscriptions will be the same.
  • names passed as a list in the broker transport options will create topics and subscription in the channel init irrespective of it being called by the worker or the celery app.

eg:

BROKER_TRANSPORT_OPTIONS = {
    "TOPICS": ["add_task", "multiply_task"]
}

kombu/transport/pubsub.py Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants