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

Heads up that task.delay() returns None, not AsyncResult. #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fladi
Copy link

@fladi fladi commented Oct 22, 2013

The original Task from celery returns an AsyncResult for task.delay() and task.apply_async(args, kwargs).
I think it should be mentioned that this package exhibits a different behavior (due to technical limitations) and how to work around this in order to track tasks later on.

@kakulukia
Copy link

thank you very much for pointing that out!

+1 for the pull

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