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

Use correct namespace when FQN are given #3218

Merged
merged 1 commit into from
Jun 17, 2016
Merged

Conversation

ChillarAnand
Copy link
Contributor

Celery multi is using name to determine namespace which won't work
when FQN are given. First check if FQN namespace is available and pick
options from it.

closes #3211

Celery multi is using `name` to determine namespace which won't work
when FQN are given. First check if FQN namespace is available and pick
options from it.
@codecov-io
Copy link

Current coverage is 95.13%

Merging #3218 into master will increase coverage by <.01%

@@             master      #3218   diff @@
==========================================
  Files           232        232          
  Lines         32427      32436     +9   
  Methods           0          0          
  Messages          0          0          
  Branches       2319       2320     +1   
==========================================
+ Hits          30848      30857     +9   
  Misses         1363       1363          
  Partials        216        216          

Sunburst

Powered by Codecov. Last updated by ac0d9d5...7721ac5

@ask ask merged commit f9c66a9 into celery:master Jun 17, 2016
@ask
Copy link
Contributor

ask commented Jun 17, 2016

Thanks! Merged into master.

Please add your name to https://github.com/celery/celery/edit/master/CONTRIBUTORS.txt

@ChillarAnand
Copy link
Contributor Author

Thanks. Submitted #3265

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.

celery multi ignores FQNs and subscribes to incorrect queue.
3 participants