In effect, this will allow to run 2 runners:
- one for recurring tasks
- one for the save code now
This should decrease the probability of the scheduling tasks for the save code now to be
stuck behind the main scheduler runner.
TODO:
- add coverage to the missing cli part
Related to T3367