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
Given that Worker A needs to consume custom meta information produced by Worker B
When Worker A is looking at a Result
Then there should be a method that exposes an object such a { state: string, meta: any}
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc)
Writing custom states would need to conform to the expected interface in the python library and is likely out of scope for this request.
The text was updated successfully, but these errors were encountered:
Description
This library should be interoperable with data produced from custom states:
Example here: https://www.distributedpython.com/2018/09/28/celery-task-states/
Given that Worker A needs to consume custom meta information produced by Worker B
When Worker A is looking at a Result
Then there should be a method that exposes an object such a { state: string, meta: any}
add
Result.statusState(): { state: string, meta: any} { ... }
Writing custom states would need to conform to the expected interface in the python library and is likely out of scope for this request.
The text was updated successfully, but these errors were encountered: