Upgrading from 3.1.0 to 3.2.2 breaks AdoStore Configuration
See original GitHub issueDescribe the bug
Upgaded from 3.1.0 to 3.2.2, and now my Quartz Scheduler has moved from AdoStore to RAMStore (without changing configuration)
Version used
3.2.2
To Reproduce
I simply upgraded the package from 3.1.0 to 3.2.2 – nothing tricky to reproduce.
Expected behavior
AdoStore would be used for scheduling.
Additional context AppSettings (with removed connection strings):
"Quartz": {
"quartz.scheduler.instanceId": "AUTO",
"quartz.scheduler.instanceName": "iModelBridgeService.BackgroundScheduler",
"quartz.dataSource.myDs.provider": "SqlServer",
"quartz.dataSource.myDs.connectionString": "connectionStringHere",
"quartz.jobStore.type": "Quartz.Impl.AdoJobStore.JobStoreTX, Quartz",
"quartz.jobStore.driverDelegateType": "Quartz.Impl.AdoJobStore.SqlServerDelegate, Quartz",
"quartz.jobStore.dataSource": "myDs",
"quartz.jobStore.useProperties": "true",
"quartz.jobStore.isClustered": "true",
"quartz.serializer.type": "json"
},
I do see some changelog notes (in breaking changes section), in regards to removing dependencies on SqlClient. Is this something I need to react to if using Azure SQL for the AdoStore?
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Drupal 9 site breaks after upgrading from 3.1.0 to 4.0.2
attempt to access the site on the browser, and got: The website encounter an unexpected error. Please try again later. Regardless to which...
Read more >quartznet/changelog.md at main
This release contains important bug fixes, new functionality and minor breaking changes. UPGRADING. this script adds a new column SCHED_TIME to table ...
Read more >Upgrade 3.1.1 to 3.2.1 DB error - Indico Community
I'm having an DB issue upgrading from 3.1.1 to 3.2.1. I'm basically going through the steps from Upgrade — Indico 3.2.1 documentation.
Read more >https://raw.githubusercontent.com/quartznet/quartz...
This release contains important bug fixes, new functionality and minor breaking changes. * UPGRADING * this script adds a new column SCHED_TIME to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Closing – seems this issue is resolved. Thanks for the quick help @lahma
Done: https://github.com/quartznet/quartznet/pull/1001