Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Idea] Check the pending authorization list backwards #2

Open
fe-ax opened this issue Oct 4, 2019 · 2 comments
Open

[Idea] Check the pending authorization list backwards #2

fe-ax opened this issue Oct 4, 2019 · 2 comments

Comments

@fe-ax
Copy link

fe-ax commented Oct 4, 2019

Maybe it's a good idea to check the pending auth list backwards limiting at 300 pending authorizations found. This reduces load at Let's Encrypt and saves time for the checker.

@alexzorin
Copy link
Member

Good idea. The grep -R method of collecting logs will have to change, though, since that basically produces a random order, forcing us to do a full scan.

@fe-ax
Copy link
Author

fe-ax commented Oct 7, 2019

I think the challenge id is sequential (e.g. 569414841 569414842). After indexing the id’s it could be ordered high to low

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

No branches or pull requests

2 participants