Adrian Stachlewski
Adrian Stachlewski
There are probably more of them: * `core.hdfs_tmp_dir` (deprecated) * `core.history_filename` (probably shouldn't be in core) * `core.max_shown_tasks` (it's mentioned in docs in core, but it's in scheduler config on...
I have encountered the same issue - I have tasks that iteratively trigger themselves (aggregating data in 7-day buckets -> 28-day buckets -> N-day buckets). @dlstadther would there be a...
I've fixed case with (NaN, NaN) in; https://github.com/spotify/luigi/pull/3287 For now I have no time to find solution for non-directly dependent tasks.