How to Trigger Server Side code from Timers?

Hi James,

For a “run every minute” job, @kid1194’s suggestion of creating 'scheduler_events' in ‘hooks.py’ would definitely do the trick. :+1:

Here’s the link to the official documentation on Scheduler Events, if you haven’t found it already.

I actually just-released an alternative scheduling App this week. It’s probably overkill for your needs. But later on, if you’re planning to build a lot more automation, might be worth taking a look :man_shrugging:

1 Like