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

Verification improvements #4132

Merged
merged 8 commits into from
May 24, 2024
Merged

Verification improvements #4132

merged 8 commits into from
May 24, 2024

Conversation

aerosol
Copy link
Member

@aerosol aerosol commented May 24, 2024

Various integration verification improvements found out during live testing.

    - 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
@aerosol aerosol requested a review from zoldar May 24, 2024 07:52
proxy_likely?: true
},
_url
)
when callback_status != 202 do
Copy link
Contributor

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).

Copy link
Member Author

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.

Copy link
Member Author

Choose a reason for hiding this comment

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

@aerosol aerosol merged commit ee61094 into master May 24, 2024
8 checks passed
@aerosol aerosol deleted the verification-improvements branch July 12, 2024 07:44
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.

2 participants