Using One hangfire DB for multiple applications

Well… it actually not supported ‘by default’.

You have to make sure that the job is executed on the application where it was scheduled, otherwise HangFire can not execute the job, since it can not find the Job’s method,

I’ve come up with a solution for sharing one hangfire database accross multiple applications.
Please see: