[Feature Request] sys.schedule_next_cron
Currently crons simply run every "cooldown" seconds, but in some cases this may be unwanted; you may require or want multiple crons running at specific intervals rather than at random whenever they please, or may be in a time where you simply don't need to be running it frequently. a "sys.schedule_next_cron" could be used to override the cooldown parameter of the currently equipped cron, letting you set it to run at a specific time.
This time, of course, cannot be set to less that the upgrade's usual cooldown.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -