spotify / luigi

Luigi is a Python module that helps you build complex pipelines of batch jobs. It handles dependency resolution, workflow management, visualization etc. It also comes with Hadoop support built in.
Apache License 2.0
17.71k stars 2.39k forks source link

In configuration docs, email_interval_minutes should be email_interval #3293

Closed ccmaymay closed 2 months ago

ccmaymay commented 2 months ago

In the Configuration documentation, the email notification interval parameter is listed as email_interval_minutes. However, in the code, the parameter is email_interval.