Revert "Temporarily suspend execution of the "unlock" script."
This reverts commit 6aecd8d44a
.
This commit is contained in:
parent
26a03b55de
commit
ef97f9e738
|
@ -93,11 +93,11 @@ public class AccountDatabaseCrawlerCache {
|
|||
List<byte[]> args = Arrays.asList(workerId.getBytes());
|
||||
unlockScript.execute(keys, args);
|
||||
|
||||
/* try {
|
||||
try {
|
||||
unlockClusterScript.execute(List.of(ACTIVE_WORKER_KEY), List.of(workerId));
|
||||
} catch (Exception e) {
|
||||
log.warn("Failed to execute clustered unlock script", e);
|
||||
} */
|
||||
}
|
||||
}
|
||||
|
||||
public Optional<UUID> getLastUuid() {
|
||||
|
|
Loading…
Reference in New Issue