Multitenancy support #255
Unanswered
junaidahmed92
asked this question in
Q&A
Replies: 1 comment
-
Sorry for late response. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is your feature request related to a problem? Please describe.
We are trying to use Quartz in a multitenant application. I found this issue where there was already a request for running separate tenant aware instances of IScheduler.
I also tried overriding QuartzAutofacFactoryModule and using InstancePerTenant as the guy did in the pasted issue but I am getting TenantLifetimeScope errors. So do you have any idea around that?
This is how I tried it:
Describe the solution you'd like
It would be great if I get something that is tenant aware so that we could rely on Autofac for Quartz jobs registration. Do you have any suggestions for that?
Beta Was this translation helpful? Give feedback.
All reactions