Add Multitenant Support to the Scheduler #1358
Unanswered
priyanshi19
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to add mutitenant support to the quartz scheduler that shares a single db but has multiple schemas as tenant. How do i configure the quartz scheduler in my spring boot application such that on runtime it is able to switch the tenant and perform scheduling and job execution in that same current tenant schema.
I have tried few things:-
Please guide me on how to add multitenant support in scheduler.
Beta Was this translation helpful? Give feedback.
All reactions