Hey!
In the old Backend System, I already have a backend plugin with Knex migrations and a router.
Now I need something like a CronJob/Task. It should be triggered for example every 4 hours, check something in the DB and eventually delete from DB. As I have multiple Instances, the Job should only be triggered in one Instance.
What should I add where in my plugin? Thanks!