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

Fix batch email configuration docs #3296

Closed ccmaymay closed 2 months ago

ccmaymay commented 2 months ago

Fix batch_email section name, email_interval parameter name in configuration docs.

I don't think there's much to test; I have been trying to get email notifications working in an application, and they only started working as expected once I discovered these documentation errors and corrected the section/parameter names in my code.

Closes #3293, #3294.