Skip to content
Snippets Groups Projects
Commit 4d8623b9 authored by Savchuk Mykyta's avatar Savchuk Mykyta Committed by Mykyta Savchuk
Browse files

add no retry status from common-core

parent b0ae9885
No related branches found
No related tags found
1 merge request!454No retry on storage 500
......@@ -117,7 +117,7 @@ public class StorageServiceImpl implements StorageService {
}
if (response.getResponseCode() == 500) {
throw new AppException(295, "Server error", "Storage service unknown error");
throw new AppException(RequestStatus.NO_RETRY, "Server error", "Storage service unknown error");
}
Records records = null;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment