Gavin Chan

Results 12 issues of Gavin Chan

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...