简体   繁体   中英

How to re-run aws data pipeline automatically on failure?

I created aws data pipeline but it fails when it's executed by cron schedule.

I have detailed post on AWS forum with pipeline definition that I'm using.

The question is: How can I re-run pipeline automatically on failure, so I don't have to login and re-run it manually?

Thanks, Ernest

Failed actions are automatically retried (3 times by default) after 5 minutes, no need for manual intervention.

May I ask if there is any reason to set attemptTimeout": "120 SECONDS" ? I think your actions might be timing out because of this setting.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM