beatum commented on PR #8544:
URL: https://github.com/apache/hop/pull/8544#issuecomment-5805483704

   I understand and agree with the concern about adding retry behavior at a low 
level. It can become difficult to define where retries should stop or which 
failures should be considered retry-able.
   
   In this implementation, the behavior is intentionally limited:
   
   - Retries are disabled by default.
   - The user must explicitly configure the number of additional attempts.
   - Execution stops after the configured limit is reached.
   - An optional delay can be configured between attempts.
   - Existing pipeline behavior remains unchanged.
   
   I considered using the Repeat transform, but that would make this use case 
significantly more complex. I also tried creating a loop with Simple 
Evaluation, but Hop prevents this kind of pipeline loop, similar to the 
behavior in Pentaho Kettle.
   <img width="1062" height="693" alt="image" 
src="https://github.com/user-attachments/assets/2e43ad98-4d62-4b61-8350-a0338d585c47";
 />
   
   


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

Reply via email to