After upgrading from 1.6 to 2020, I noticed a new feature called Timers (Crons). As I understood it, the feature would allow:
setting an arbitrary number of timers
each timer firing at arbitrary times (with millisecond precision)
when a timer fires, it would execute a specific PHP code, in...