We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1601e4a commit fa4aeffCopy full SHA for fa4aeff
src/main/java/org/mifos/identityaccountmapper/api/implementation/AccountLookupCallbackController.java
@@ -65,7 +65,7 @@ public ResponseEntity<Object> accountLookupCallback(String requestBody)
65
66
// if (zeebeClient != null) {
67
68
- zeebeClient.newPublishMessageCommand().messageName(ACCOUNT_LOOKUP).correlationKey(transactionId).timeToLive(Duration.ofMillis(1000))
+ zeebeClient.newPublishMessageCommand().messageName(ACCOUNT_LOOKUP).correlationKey(transactionId).timeToLive(Duration.ofMillis(60000))
69
.variables(variables).send().join();
70
logger.info("-------------> variable published");
71
// }
0 commit comments