question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Upgrading from 3.1.0 to 3.2.2 breaks AdoStore Configuration

See original GitHub issue

Describe 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:closed
  • Created 3 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
davidhjonescommented, Oct 20, 2020

Closing – seems this issue is resolved. Thanks for the quick help @lahma

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found