-
Currently, one of the major limitations Selinon has is the fact that results of parent sub-flows cannot be used in conditions. It would be nice to include such capability.
-
Wondering if selinon has plans to integrate jinja2 so users can use templates for variables and also ability to dynamically chain output of one task to input of other tasks or params for other tasks.
-
This issue collates all the points that could be helpful in improving graph writes. There are three ways to solve the issue.
- Improve current data_importer service
1. Run data_importer gunicorn …
-
I can see following errors on our staging instance when scheduled selective flows that run just GraphImorterTask:
```
{"queue": "STAGE_ingestion_InitAnalysisFlow_v0", "task_name": "InitAnalysisFlo…
-
Currently, the worker takes GitHub URL solely from home page entry stated in the PyPI project metadata:
https://github.com/thoth-station/selinon-worker/blob/8de8f9fb674c84a9e5c00bff3bb56c4c54484216…
-
## Issue description:
During the ingestion of epvs, there seems to be an error in celery which can be traced back to selinon dispatcher. Currently do not have much idea about the error or the root ca…
-
From sentry: https://errortracking.prod-preview.openshift.io/openshift_io/fabric8-analytics-production/issues/6899/
```
ValueError: need more than 1 value to unpack
File "celery/app/trace.py", …
-
Currently, the only possibility for node arguments is to have only one, preferably a dict so we can include multiple information.
After reading the code a bit, it looks like it would be possible to…
-
Although we pin down versions of our dependencies, we also use some hacks in our Dockerfile. Those hacks can make the pinning ineffective in some cases. See for example the recent issue with `amqp 2.2…
-
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 d…