martinweiler opened a new issue, #1578: URL: https://github.com/apache/incubator-kie-issues/issues/1578
In a scenario such as shown by https://github.com/jaimeizuz/kogito-bpmn-pgsql-ha-bpmn-workflow it can happen that the database is unavailable when a timer is fired by the InMemory scheduler. This currently leads to the timer remaining in the database unchanged, without any further execution attempts being made while the application is running. Only when the application is restarted the job will be picked up and executed during the [JobSchedulerManagers](https://github.com/apache/incubator-kie-kogito-apps/blob/main/jobs-service/jobs-service-common/src/main/java/org/kie/kogito/jobs/service/scheduler/JobSchedulerManager.java#L168-L170) initialization. The behavior of the JobSchedulerManager's period job loading should be enhanced to allow for overdue jobs to get rescheduled for immediate execution. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
