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

When the disk space of the database is full, the Quartz trigger job stops. When the disk space of the database is reduced, the task does not resume. Why? #956

Open
jixiang8320216 opened this issue Aug 31, 2023 · 2 comments

Comments

@jixiang8320216
Copy link

When the disk space of the database is full, the Quartz trigger job stops. When the disk space of the database is reduced, the task does not resume. Why?

@bcode2
Copy link
Contributor

bcode2 commented Oct 15, 2024

Can you attach some logs?. There should be some exceptions

@jhouserizer
Copy link
Contributor

Sounds like most likely would be either: 1) the datasource did not have a validationQuery configured to detect working/notWorking connections, or 2) the table contents were "corrupted" when the disk hit full.

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

3 participants