-
## Description
To determine completeness of `WrapperTask`, the `complete()` method has to be called on its dependencies.
Because a scheduler is not aware of this check, it will call the `complete(…
-
Dear Cartograph Team,
recently I found your paper and this project as I'm working on visualising large embedded email corpora (http://bigvis2018.imis.athena-innovation.gr/papers/BigVis_2018_paper_5…
-
I ran into [this post](http://marcobonzanini.com/2015/10/24/building-data-pipelines-with-python-and-luigi/) on Python Weekly which shows how to use [Luigi](https://pypi.python.org/pypi/luigi) to build…
-
Hi. I develop a wrapper for luigi.
I'd like to get the stacktrace from not standard I/O when a task run by `luigi.run()` or `luigi.build()` fails.
for example
```
result = luigi.build([task],…
-
## Proposal:
Refactor configurability of `luigi-monitor`, particularly the output format/style/quantity.
## Background
Currently, there exists 2 options in the `monitor` context manager which con…
-
Rudaux should really use a workflow management package (e.g. [Luigi](https://luigi.readthedocs.io/en/stable/#:~:text=Luigi%20is%20a%20Python%20(2.7,line%20integration%2C%20and%20much%20more. ) or [Pre…
-
Currently only Failed tasks results in luigi-monitor exiting with failed status code, This is a proposal to make luigi-monitor return a fail status code when there are missing dependencies. This can i…
-
https://github.com/emerald-geomodelling/emerald-beryl-pipeline/blob/master/beryl_pipeline/processing.py#L80
```
Task:
- msg: Read config
time: 2024-09-09 09:55:43,998
- msg: Download files
…
-
### Description
When used process="Hierarchical" and set an llm manager, it seems to give completely wrong answers and does not seem to delegate the query to other agents.
### Steps to Reproduce
1.…
-
## Description
When a worker is about to run a task, it checks whether its dependencies are complete.
If many tasks depend on a single dependency, completeness of that dependency is checked for ea…