Scheduler Events Daily

scheduler_events = {
“daily”: [
“erpnext.hr.doctype.employee.employee.my_function”]}

I have a method in scheduler_events that should be run on daily basis, in this dictionary what “daily” really corresponds to, what time will it take to trigger or what time difference will it take like if I run event at 5:00PM on local machine then at what time my function will get execute and produce outcome(provide me the path of code where it is written).

Daily means the first time the trigger is called after date change

1 Like