Skip to content

Commit fa4aeff

Browse files
committed
increace ttl
1 parent 1601e4a commit fa4aeff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/mifos/identityaccountmapper/api/implementation/AccountLookupCallbackController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public ResponseEntity<Object> accountLookupCallback(String requestBody)
6565

6666
// if (zeebeClient != null) {
6767

68-
zeebeClient.newPublishMessageCommand().messageName(ACCOUNT_LOOKUP).correlationKey(transactionId).timeToLive(Duration.ofMillis(1000))
68+
zeebeClient.newPublishMessageCommand().messageName(ACCOUNT_LOOKUP).correlationKey(transactionId).timeToLive(Duration.ofMillis(60000))
6969
.variables(variables).send().join();
7070
logger.info("-------------> variable published");
7171
// }

0 commit comments

Comments
 (0)