Skip to content
This repository has been archived by the owner on Oct 31, 2018. It is now read-only.

result: null for Fibonacci task in demo #12

Open
kavink opened this issue Apr 9, 2018 · 2 comments
Open

result: null for Fibonacci task in demo #12

kavink opened this issue Apr 9, 2018 · 2 comments

Comments

@kavink
Copy link

kavink commented Apr 9, 2018

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 ?

{
  "children": [],
  "traceback": null,
  "task_id": "554bb85e-b550-417d-88f0-b638b5c3f685",
  "result": null,
  "status": "SUCCESS"
}
@kavink
Copy link
Author

kavink commented Apr 10, 2018

@fridex any thoughts on why I see result null ?

@fridex
Copy link
Member

fridex commented Apr 10, 2018

@fridex any thoughts on why I see result null ?

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants