Skip to content
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.

Exponential Backoff Delaying New Certificates #282

Open
jesseshieh opened this issue Nov 21, 2017 · 0 comments
Open

Exponential Backoff Delaying New Certificates #282

jesseshieh opened this issue Nov 21, 2017 · 0 comments

Comments

@jesseshieh
Copy link
Contributor

Hello!

I'm running into a problem where new ingress rules that need new certificates are having to wait around 10 minutes to obtain certs. I think the reason is because the ingress rules are processed sequentially and every "bad" domains can take about 2 minutes to process because of exponential backoff.

I have 5 ingress rules using domains that don't have their DNS entries configured properly which explains the behavior I'm seeing. I wish I could just delete these rules or fix the DNS entries, but I don't have the option to do either of those.

I think that some options to control the retry behavior of bad domains might be useful for my situation. Perhaps even disabling retries completely.

I was thinking about sending a pull request, but I just wanted to validate my thought process with someone and check and see if this is something you'd be willing to merge.

Also, I can't figure out from the commit messages why exponential backoff was added at all in the first place so any information about that would be really helpful. Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant