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

Add configurable timeouts for webhook requests #2419

Merged
merged 1 commit into from
May 11, 2023

Conversation

DavisRayM
Copy link
Contributor

Changes / Features implemented

  • Handle unhandled connection error while sending webhooks
  • Add configurable timeout for Generic JSON REST Services

Steps taken to verify this change does what is intended

  • QA

Side effects of implementing this change

N/A

Closes #2418

- Handle unhandled connection error while sending webhooks
@DavisRayM DavisRayM merged commit 3e3e662 into main May 11, 2023
@DavisRayM DavisRayM deleted the webhook-connection-error branch May 11, 2023 08:51
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.

ConnectionError: HTTPConnectionPool(host='<domain>', port=<port>): Max retries exceeded with url: /...
2 participants