Background Tasks triggered by current date and time

Background Tasks can run for a long time, but they can’t run forever - if you keep a Background Task running for long enough, sooner or later the hardware node(s) it’s running on will die or get rebooted, so I wouldn’t recommend that approach!

The best way to do this is a Scheduled Task which runs regularly (eg every 15 minutes, or even every 5) and checks for jobs in a Data Table.

2 Likes