
Generic scheduler, that can run scheduled task/items.
any task can be registered into the scheduler using registerItem()
Works like a cron mostly.
It is started by JOT at startup (by JOTInitializer)
Note that new jobs are looked for every minute, so the "granularity" is about 1 minute.