How can I put a job into scheduler to run at specific time

I need to make a python function to do a transaction in specific time, how can make this?

You could check scheduler_events in hooks.py file, it might give you some idea

1 Like