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

UnconsumedParameterWarning: The configuration contains the parameter 'disable_persist_seconds' with value '604800' that is not consumed by the task 'scheduler'. #3205

Open arteymix opened 1 year ago

arteymix commented 1 year ago

I'm getting this warning with Luigi 3.1.1:

UnconsumedParameterWarning: The configuration contains the parameter 'disable_persist_seconds' with value '604800' that is not consumed by the task 'scheduler'.

This is a documented feature in https://luigi.readthedocs.io/en/stable/configuration.html#scheduler, and we use it to prolong the time a task remains disabled.

arteymix commented 1 year ago

It seems that the documentation haven't been built in a while. This very issue has already been fixed in the docs in https://github.com/spotify/luigi/commit/c35d3f736530b449126a70105f8ca1b3122187bc by @alex-senov.