acmesh-official / acme.sh

A pure Unix shell script implementing ACME client protocol
https://acme.sh
GNU General Public License v3.0
38.75k stars 4.92k forks source link

Rate limited with Route53 #2132

Open qcybb opened 5 years ago

qcybb commented 5 years ago

I just got rated limited using acme.sh with Amazon's Route 53. It appears the script is trying to renew my 9 domains too quickly.

Is there a way to slow things down between each domain renewal attempt?

[Sat Mar  2 06:00:03 PST 2019] Response error:<?xml version="1.0"?>< ErrorResponse xmlns="https://route53.amazonaws.com/doc/2013-04-01/"><Error><Type>Sender</Type><Code>Throttling</Code><Message>Rate exceeded</Message></Error><RequestId>******-****-****</RequestId></ErrorResponse>

Moser-ss commented 5 years ago

I think I have the same issue, in my case that happens when I try to add DNS records. I create a PR for that https://github.com/Neilpang/acme.sh/pull/2197