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
I have a question regarding the possibility of using DbScheduler without continuous polling in a Spring Boot project.
My use case is as follows:
I only need to schedule one-time tasks sporadically, typically with a delay of around 30 seconds.
I would like the polling interval (e.g., 1 second) to be active only when there are tasks waiting for execution.
However, when there are no tasks pending, I would like to disable or reduce polling to avoid unnecessary database queries.
Is this behavior possible with the current configuration options? If so, could you provide some guidance on how to achieve it?
Thanks in advance for your time and help!
The text was updated successfully, but these errors were encountered:
Hi,
I have a question regarding the possibility of using DbScheduler without continuous polling in a Spring Boot project.
My use case is as follows:
I only need to schedule one-time tasks sporadically, typically with a delay of around 30 seconds.
I would like the polling interval (e.g., 1 second) to be active only when there are tasks waiting for execution.
However, when there are no tasks pending, I would like to disable or reduce polling to avoid unnecessary database queries.
Is this behavior possible with the current configuration options? If so, could you provide some guidance on how to achieve it?
Thanks in advance for your time and help!
The text was updated successfully, but these errors were encountered: