I have multi-tenant web application in asp.net that every tenant has it’s own database ( database per tenant approach ) .
I want to implement Hangfire but I could not find any clear solution that how can I do it
Is that possible that I have one Hangfire server with database per tenant in my application ?