BackgroundJob.ContinueWith on a RecurringJob

Yeah the fact that Hangfire is all static classes and methods is really annoying. I am against the overuse of static and singletons in general.
Being able to instantiate a Hangfire client in a using would be much better.

Why does anyone like the singleton pattern? It is just static with a new name.
Here is a nice video for those that wanna learn about why not to overuse static functions and singleton pattern: https://www.youtube.com/watch?v=-FRm3VPhseI