I am using Hangfire to execute a number of jobs that need to run scheduled, in a certain order.
Can not use CRON, as I do not know how long each will take.
Thi