Keith Duncan
Keith Duncan
Some guidance from S3 that all 5xx errors are retryable, recommending exponential backoff and up to 10 retries https://aws.amazon.com/premiumsupport/knowledge-center/http-5xx-errors-s3/
I took a look at [aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) to see if there had been any improvements in this area. It looks like [some 5xx](https://github.com/aws/aws-sdk-go-v2/blob/f8d40e3f2986a7e65e515c9c3ae06c07efc7d887/aws/retry/standard.go#L41-L48) errors are [retried by default](https://aws.github.io/aws-sdk-go-v2/docs/configuring-sdk/retries-timeouts/). Considering this affects...
I’ve found [docs](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-retries.html) on the AWS CLI v1 and v2 that says they already retry 503 errors so I’ve ticked the `git-credentials-s3-secrets` todo.
:sob: sorry this has proven so unreliable @glittershark, can you confirm whether your case falls into the category of a bucket in the same region as the stack? While this...
> We can revise this to support a final fallback to the discovered "current" region if dynamic discovery fails. While that won’t be functional in the cross region case, if...
Hi @skoonin I took a look at this and you’re right the [cron job that updates the /home/ec2-user/.ssh/authorized_keys file](https://github.com/buildkite/elastic-ci-stack-for-aws/blob/9cc3e732c44a9ddcfa9786ec98ade8b2b8ad8b7a/packer/linux/conf/bin/bk-install-elastic-stack.sh#L123-L133) does replace the keys file with the contents of the URL....
> Simply not dispatching to a given agent from `buildkite.com` would not be sufficient. Some more thoughts on this. I think we could do both agent and instance cordoning, keep...
> You just give it the lambda you want to invoke. Let me know if you want a PR for the changes I made to the `buildkite-agent-scaler` so it runs...
_From [email protected] on September 02, 2009 18:44:43_ This is being implemented in http://code.google.com/p/objectivexmpp
_From [email protected] on September 02, 2009 18:45:15_ This and #15 should share a MailConnection.framework