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

feat(asus): add backoff codes #790

Merged
merged 1 commit into from Nov 13, 2020
Merged

feat(asus): add backoff codes #790

merged 1 commit into from Nov 13, 2020

Conversation

judy
Copy link
Contributor

@judy judy commented Nov 13, 2020

Description

Fixes #789

I added 503, plus the usual signals that we're getting rate limited, since I'm getting that constantly after 1-2 successful
requests. Works fine when adding this status code.

Testing

Add asus to the STORES env var. Before this PR I was getting 503s after a minute or two, and now it receives a 503, backs off, and scrapes more slowly. No more 503s!

Especially 503, since I'm getting that constantly after 1-2 successful
requests. Works fine when adding this status code though.
Copy link
Owner

@jef jef left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh awesome. This was definitely needed. Thanks for adding!

@jef jef changed the title fix: add backoff codes for Asus store feat(asus): add backoff codes Nov 13, 2020
@jef jef merged commit 501ea34 into jef:main Nov 13, 2020
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

Successfully merging this pull request may close these issues.

Add backoff values for Asus store
2 participants