Closed
Description
luigi.run() returns False when all tasks succeed with retries. Here's what we see in the log
2018-11-13 03:19:26,569 luigi-interface INFO
===== Luigi Execution Summary =====
Scheduled 35 tasks of which:
- 35 ran successfully:
...
This progress looks :) because there were failed tasks but they all succeeded in a retry
===== Luigi Execution Summary =====
However luigi.run() returns False.
We are using luigi==2.7.9.