SocialFlowDev / SocialFlow-S3

1 stars 0 forks source link

Keep "best effort" going even after files fail #19

Closed leonerd closed 10 years ago

leonerd commented 10 years ago

Rather than aborting after the first failure (e.g. 400 Bad Request), we should try harder to keep going.

Perhaps: Keep a counter of the recent file failures, and stop after some number (5?) of consecutive failures. Reset to 0 after every success. Also keep track of whether any failure ever occurred, and set the exit status appropriately.

leonerd commented 10 years ago

Added in f9fe1e68