wmedvede commented on PR #2214:
URL: 
https://github.com/apache/incubator-kie-kogito-apps/pull/2214#issuecomment-2895491683

   **Repetitive Job issue:**
   
   **Before:**
   
   1) We create a Repetitive Job
   
   2) Every time the Job executes, and a new repetition is programmed, and in 
the DI **we must see**:
   
       The Job SCHEDULED and programmed with the next execution time, and the 
execution counter must be incremented.
   
   3) Only when all repetitions are executed, in the DI we must see the Job 
EXECUTED and next execution time = null
   
   
   **Now:**
   
   1) We create a Repetitive Job
   
   2) Every time the Job executes, and a new repetition is programmed, and in 
the DI **we see**:
   
       The Job EXECUTED, with the next execution time programmed, and the 
execution counter not incremented well. 
       This is the issue.


-- 
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]

Reply via email to