-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Verification improvements #4132
Conversation
- follow up on max. 4 redirects - rely on Req default timeouts (wait much longer to account for slow sites)
- rely on Req default timeouts, wait longer - log service errors as warnings - use stealth mode to bypass captchas
proxy_likely?: true | ||
}, | ||
_url | ||
) | ||
when callback_status != 202 do |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So the case of callback failing due to other HTTP code will be handled by the final, catch-all clause, right? (like 500/503s, however unlikely).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I'll add a test.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Various integration verification improvements found out during live testing.