NTP-18531: Autoretry changes for DG and AMC critical flows (#14064)

This commit is contained in:
Raaj Gopal
2024-12-13 12:02:02 +05:30
committed by GitHub
parent 8a7fe8712d
commit a3b2f4a357
7 changed files with 31 additions and 0 deletions

View File

@@ -714,6 +714,7 @@ interface RetrofitService {
): Response<GenericResponse<ActionData>>
@GET("/alchemist/inflate/v2/{screenId}")
@RetryPolicy(retryCount = 3)
suspend fun fetchInvestmentTabScreenResponse(
@Header("Accept-Encoding") acceptEncoding: String,
@Header("X-Target") target: String,