-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
No setter for property 'discardIdleConnectionsSeconds' #264
Comments
Can you share your quartz.properties that has this problem? I think only Hikari Pool supports this property. |
This problem is very similar to #281. We can make additional changes to similar fix to handle this property as well. |
Resolved ece2753 |
This was referenced Mar 8, 2021
This was referenced Mar 16, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey guys,
when defining the property
org.quartz.dataSource.NAME.discardIdleConnectionsSeconds = 60
as per documentation ConfigDataSources, we're getting the following error:
Looks like the issue has been reported a while back on JIRA with the workaround:
Should the documentation be updated perhaps?
Thanks!
The text was updated successfully, but these errors were encountered: