mattcasters commented on issue #4748: URL: https://github.com/apache/hop/issues/4748#issuecomment-2578131638
Hi @bamaer. These are great ideas for sure. The Apache Airflow "Retry" task can do these things, and many enterprise schedulers as well. What you usually can't do however, is have the Hop process itself killed if it takes too long to complete. That is what this issue tries to solve. Doing a re-start of pipelines and workflows, even remembering until where a workflow executed succesfully and restarting from that point, is something that can be done. I wrote something similar for another similar tool many years ago. Perhaps it deserves its own 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]
