HangfireIO / Hangfire

An easy way to perform background job processing in .NET and .NET Core applications. No Windows Service or separate process required
https://www.hangfire.io
Other
9.44k stars 1.71k forks source link

Multitenant implementation #1333

Open kodithuwa opened 5 years ago

kodithuwa commented 5 years ago

I want to run recurrent jobs in multi tenant environment, each tenant has its own database and loads the tenant to http request, i am not more familiar with Hangfire, it is highly appreciated if there any sample of multi tenant implementation. Thank you

bilalchraibi commented 4 years ago

It will be nice to have an answer to this question!

1bberto commented 1 year ago

I'm currently working on an implementation to make this work on this repository https://github.com/Pub-Dev/Mellon.MultiTenant take a look <3 open to suggestions