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
{{ message }}
This repository has been archived by the owner on Oct 31, 2018. It is now read-only.
This project looks very promising because this seems dynamic workflow on top of Celery, I am trying to figure how to integrate it, have been looking at the code.
Just running demo for fibonacci I don't see any results stored from Redis Commander. How do I see or pull results from each stage in the flow ?
Selinon tasks are not Celery tasks Celery result backend is used for storing statuses of tasks, not their actual results - that's why you see null as a result. Check configured storages as configured in the nodes.yaml config file for results.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This project looks very promising because this seems dynamic workflow on top of Celery, I am trying to figure how to integrate it, have been looking at the code.
Just running demo for fibonacci I don't see any results stored from Redis Commander. How do I see or pull results from each stage in the flow ?
The text was updated successfully, but these errors were encountered: