-
**Date and Time**
11/15/2024 4:30 PM
**Attendance**
- [x] Mohammad Mohsin Khan
- [x] Lucas Chen
- [x] Dennis Fong
- [x] Julian Cecchini
- [x] Luigi Quattrociocchi
**Agenda**
- What da…
-
I have a workflow to trigger another `luigi.build` in the task run method (like below). Both parent and child level of luigi build use multiple workers.
```
import luigi
class Task2(luigi.…
-
## Question
Hello,
what is the recommended way of running tasks with HTCondor workflow which rely on other tasks with HTCondor workflows?
Concretely, I have a task called `FTest` which has s…
-
Experience from #444 shows that [Luigi](https://luigi.readthedocs.io/en/stable/index.html) works really great for defining and managing the data-processing pipeline.
It has multiple advantages:
*…
-
Hi team, many thanks for the great work.
I am using Luigi to schedule a workflow, where some tasks can be run in parallel.
Hence, I would like to have multiple workers to parallelise computati…
-
Great to see the latest release, as it supports luigi 2.0!
But it fails with unorderable type comparison error as below:
```
test@vagrant:~$ python3 tasks.py MyTask --local-scheduler
ERROR: Luigi un…
-
I have the following Luigi DAG in `luigi_external.py`.
```
import time
import luigi
class FileTask(luigi.ExternalTask):
filename = luigi.Parameter()
retry_count = 10
def o…
-
Hi,
Recently I have installing cat, I think I had installed everthing except little bit wrong with Augustus (I got it from bioconda, version 3.3.2, but I think it cannot config as you said). When I…
-
I recently updated from 3.0.0 to 3.3.0 and found that in the SVG visualiser, my existing graphs are either hopelessly scrambled or fail to render anything except the top task, which turns out to be du…
-
Hello, I'm looking using luigi 3.0.2 and unable to set return code to non-zero in case of exceptions.
luigi cli executes the event error callbacks upon unhandled exceptions and I've set exit code to …