Replies: 1 comment
-
can you help us reproduce this in latest celery release? And report back? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Example
I follow this instruction to setup the custom state.
Here is my code:
Expected behaviour
All requests should complete successfully, with task states transitioning as expected (
PROGRESS
→SUCCESS
).Actual behaviour
An error raised:
This error suggests that the
info
attribute, which should contain the progress metadata, has been replaced by the final task result (float
) while the task state is still reported asPROGRESS
.Questions
Is this behavior a bug?
Am I misusing the API?
Environment
5.4.0
redis
redis
3.11.11
Beta Was this translation helpful? Give feedback.
All reactions