How to use scheduler --develop?

I want to use scheduler,where can I get the document about scheduler?

thanks

Scheduler Hooks

Scheduler hooks are methods that are run periodically in background. Structure for such a hook is,

scheduler_events = {
    "{event_name}": [
        "{dotted.path.to.function}"
    ],
}

reference:
https://frappe.io/help/hooks

1 Like