Skip to content
Snippets Groups Projects
Commit 436b1550 authored by Anthony Martin's avatar Anthony Martin
Browse files

added request timeout message #123

parent a02826d0
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,8 @@ TRANSACTION_SOURCE_RETRYABLE_ERRORS = [
"Unable to acquire database lock",
"Internal Error",
"Server error",
"Upstream response error"
"Upstream response error",
"Request Timeout"
]
MAX_RETRY = 30
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment