From 8be641dde917bb848ec9c7ddf9df8104e0bcbe07 Mon Sep 17 00:00:00 2001 From: tipusinghaw <126460794+tipusinghaw@users.noreply.github.com> Date: Fri, 5 Jul 2024 16:59:07 +0530 Subject: [PATCH] fix: constant issue for bulk issunace (#827) * feat: batch bulk issuance Signed-off-by: tipusinghaw * stoped queue to remove issuance data Signed-off-by: tipusinghaw * feat: added delay for 1 min Signed-off-by: tipusinghaw * refactor: changed batch config Signed-off-by: tipusinghaw * feat: changed delay time for batch Signed-off-by: tipusinghaw * feat: added batch for retry Signed-off-by: tipusinghaw * refactor: added common constant in libs Signed-off-by: tipusinghaw * refactor: removed duplicate value from schema DTO Signed-off-by: tipusinghaw * fix: constent issue Signed-off-by: tipusinghaw --------- Signed-off-by: tipusinghaw --- libs/common/src/common.constant.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/common/src/common.constant.ts b/libs/common/src/common.constant.ts index e00a8cd6b..dd692ba75 100644 --- a/libs/common/src/common.constant.ts +++ b/libs/common/src/common.constant.ts @@ -325,7 +325,7 @@ BATCH_SIZE = 100, MAX_CONCURRENT_OPERATIONS = 50, ISSUANCE_BATCH_SIZE = 2000, ISSUANCE_MAX_CONCURRENT_OPERATIONS = 1000, -ISSUANCE_BATCH_DELAY = 60000 //Intially 60000 +ISSUANCE_BATCH_DELAY = 60000, //Intially 60000 // MICROSERVICES NAMES