mirror of
https://github.com/signalapp/Signal-Server
synced 2026-02-27 07:13:14 +00:00
Temporarily suspend execution of the "unlock" script.
This commit is contained in:
committed by
Jon Chambers
parent
8a4ac3ea10
commit
6aecd8d44a
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user