flexget.plugins.operate.rerun module#

class flexget.plugins.operate.rerun.Rerun[source]#

Bases: object

Force a task to rerun for debugging purposes.

Configured value will set max_rerun value and enables a lock that prevents other plugins modifying it.

on_task_input(task, config)[source]#
on_task_start(task, config)[source]#
schema = {'type': ['integer']}#
flexget.plugins.operate.rerun.register_plugin()[source]#