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

async and chains returns different task id ! #244

Closed
peppelinux opened this issue Jun 22, 2017 · 1 comment
Closed

async and chains returns different task id ! #244

peppelinux opened this issue Jun 22, 2017 · 1 comment

Comments

@peppelinux
Copy link

Hi all, I have a very strange problem, hopefully just a misunderstanding.

When I instantiate a async task or a chain the vaue, the uuid, that returns does not exists.
Example:

from .cluster_tasks import *
from django_q.models import *
tid = async(cluster_example())

With the hook I can get the real id, even with admin backend nut the tid's value is still a mistery for me.
Reading documentation it should be the same as the real task id or I've miss something?

@peppelinux
Copy link
Author

My fault, not existence of this issue.
in few words I produced a recursion in async(), putting in the chain cluster_example() function that runs in it another instance of async!

Close!

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

No branches or pull requests

1 participant