wmedvede commented on PR #2214: URL: https://github.com/apache/incubator-kie-kogito-apps/pull/2214#issuecomment-2888913241
**Retry mechanism not working** **Before:** When the retry period for a job failing job finishes, with no successful output, job is set to the ERROR status, removed from DB, and proper event is sent to the Data Index. Also, as part of the retrying process events are sent to the Data Index and we can see the number of retires increasing.  :point_up: during retrying. If we query the Data Index when the retry process has finished, we get something like this:  :point_up: Retrying has finished **Now:** The retrying mechanism never finishes: If we query the Data Index we see always this:  In the database we see always this:  -- 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]
