You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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_tasksimport*fromdjango_q.modelsimport*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?
The text was updated successfully, but these errors were encountered:
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!
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:
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?
The text was updated successfully, but these errors were encountered: