Scheduler Event not working

Hi guys, I want to execute a python file in a specific time like 4:20 PM (or some other time) and this is what I did in my hooks.py under scheduler_event but its not working!:
shcedulerEVENT

I already tried this one and it worked fine:
seconds

Please help me with this. Thanks! :smiley:

1 Like

Maybe your schedule is not enable,
try “bench enable-schedule” or go rto your erp setup → system settings → and check the enable schedule.

1 Like

Thanks for your reply @Thiago_Henry
I already enabled the scheduler through “bench enable-scheduler” and I already tried this one:
seconds
and the scheduler worked fine. This is every minute, my problem is when i set the scheduler to specific time.

Were you able to do it?