Using Hangfire in saas multi-tenant in Single server with database per tenant approach

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 ?

Our web application is also a SaaS in Asp.net with mulitenacy, it uses “Hangfire” to do unattended jobs. We are trying to make a multi-tenant layer but no success yet. If anyone has any ideas or suggestions, we would appreciate it.