-
Notifications
You must be signed in to change notification settings - Fork 4.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
Source GitHub: #970 handle 502 Bad Gateway #21481
Source GitHub: #970 handle 502 Bad Gateway #21481
Conversation
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.
Need add record to change log
/test connector=connectors/source-github
Build PassedTest summary info:
|
Done. I didn't do it before since I was waiting for another PR in which version also bumped to 0.3.12 |
/publish connector=connectors/source-github
if you have connectors that successfully published but failed definition generation, follow step 4 here |
Airbyte Code Coverage
|
0da9f18
to
b57b455
Compare
* Source Github: handle 502 Bad Gateway with proper log message * Source Github: bump version * Source Github: update changelog for new 0.3.12 version * auto-bump connector version Co-authored-by: Octavia Squidington III <[email protected]>
What
Handle 502 Bad Gateway with proper message
How
If there is an 502 error then we try to do few more delayed requests and finally (if not succeeded) provide a client with proper log message
Recommended reading order
x.java
y.python