-
I may not be understanding this properly, but I use Hangfire within an Orchard Core multitenant module. When the module is enabled for a single tenant, Hangfire works properly. As soon as I add a second tenant, Hangfire is confused as to which tenant is triggering the procedures. Is there a way I can ensure Hangfire is isolated for each tenant. Any ideas are welcome. One idea I had is to load them like this: However, I'm using a module to load Hangfire. How can I add tenantServices and tenantAppBuilder from within a module? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Create orchard core module using dot net new and configure in module’s startup.cs |
Beta Was this translation helpful? Give feedback.
Create orchard core module using dot net new and configure in module’s startup.cs