Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to work with AdoJobStore? #15

Open
v-haiduk opened this issue Apr 13, 2019 · 3 comments
Open

How to work with AdoJobStore? #15

v-haiduk opened this issue Apr 13, 2019 · 3 comments

Comments

@v-haiduk
Copy link

Hi!
I added Quartzmin to my project, which using AdoJobStore. And I don't see this triggers. The Quartzmin may work with AdoJobStore?

Thanks!

@jlucansky
Copy link
Owner

Hi, Yes I am using Quartzmin successfully with AdoJobStore (Oracle), also confirmed with MS SQL

@StrongGesmbH
Copy link

You just need to configure it.
Here is my name value collection config for using it
// JobStore Plugin properties
//{"quartz.jobStore.misfireThreshold", "60000"},
//{"quartz.jobStore.type", "Quartz.Impl.AdoJobStore.JobStoreTX, Quartz"},
//{"quartz.jobStore.useProperties", "false"},
//{"quartz.jobStore.dataSource", "myDs"},
//{"quartz.jobStore.tablePrefix", "QRTZ_"},
//{"quartz.jobStore.driverDelegateType", "Quartz.Impl.AdoJobStore.SqlServerDelegate, Quartz"},
//{"quartz.dataSource.myDs.provider","SqlServer"},
//{"quartz.dataSource.myDs.connectionString", connStr},

@ajaygrandhi
Copy link

Can you please share documentation to integrate quartzmin to existing dotnet mvc application and adojobstore. Please ? @jlucansky

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants