-
Notifications
You must be signed in to change notification settings - Fork 165
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
[TBT_22-]add cc timeout messsage #1346
[TBT_22-]add cc timeout messsage #1346
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.
I think general exception handler is not a good solution. I'd suggest finding which method is called fromt travis-web in CC check scenario and how to imitate the timeout - and add (if needed) and handle specific error code for this situation; the general exception handler still may be needed, we want a specific error handling for scenario/use case we know may result in travis-api timeout after webhook notification to billing-v2 being missed/received late.
…nto tbt-220-cc-proccessing-timeout-error
…nto tbt-220-cc-proccessing-timeout-error
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.
Please add unit tests
No description provided.