Amazon Web Services : Fault tolerant solution
Posted
by Algorist
on Stack Overflow
See other posts from Stack Overflow
or by Algorist
Published on 2010-05-03T10:02:50Z
Indexed on
2010/05/03
10:08 UTC
Read the original article
Hit count: 464
Hi,
I am using Boto library to write scripts for automating our jobs on AWS. My script actually starts a hadoop cluster using cloudera scripts and then does some customization. I am having a problem with retries. Seems like very command in my script fails once couple of days. I started adding retry to all the commands, but then the code is very clumsy and difficult to maintain. what do people do in general.
Thank you
Bala
© Stack Overflow or respective owner