You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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},
Hi!
I added Quartzmin to my project, which using AdoJobStore. And I don't see this triggers. The Quartzmin may work with AdoJobStore?
Thanks!
The text was updated successfully, but these errors were encountered: