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

You are forced to install all the extras #59

Closed
wants to merge 1 commit into from

Conversation

david-caro
Copy link
Member

That's because the tasks that use them import them in the global scope, making celery fail to start if the deps are not installed.

It should defer the importing and do it only inside the tasks so it only fails when you try to use those 'extra' tasks.

Signed-off-by: David Caro <david@dcaro.es>
@egabancho
Copy link
Member

LGTM

@jmartinm
Copy link
Member

LGTM too.

@egabancho
Copy link
Member

@david-caro can you rebase?

@jmartinm
Copy link
Member

@david-caro is away until next week. I can create a new PR based on this one to see if Travis passes.

@egabancho
Copy link
Member

Replaced by #64

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.

3 participants