TP-87434 | Introduce data ingestion check before web redirection (#13059)

Co-authored-by: Kishan Kumar <kishan.kumar@navi.com>
This commit is contained in:
Sanjay P
2024-10-14 21:04:33 +05:30
committed by GitHub
parent a16fa7e042
commit 5790c0e506
9 changed files with 222 additions and 54 deletions

View File

@@ -115,7 +115,7 @@ fun HandleUploadDataAction(
uploadAppsDataToS3,
businessVertical.orEmpty(),
numberOfRetriesLeft,
) { _, userDataUploadCallbackResponse ->
) { _, _, userDataUploadCallbackResponse ->
val needIngestionPolling =
FirebaseRemoteConfigHelper.getBoolean(
FirebaseRemoteConfigHelper.UW_INGESTION_POLLING,