I want to create a recurring job with Hangfire but I want it to be delayed and start at a certain date.
For example I will create a job that do a task every week but I want this task to start after 3 days!
After searching I couldn't come to something that can do both delayed task and make it recurring at the same time.
I just started using hangfire today so I don't have much experience using it yet.