lock icon indicating copy to clipboard operation
lock copied to clipboard

Rework redis locking

Open willemstuursma opened this issue 6 years ago • 0 comments

Some improvements that can be made:

  • If the lock fails to be acquired on a majority of servers, immediately abort the lock.
  • Only release locks on servers where we tried to set the lock
  • Further investigate multiplexing (does not seem possible with current approaches)
  • Acquire locks in random order of servers

willemstuursma avatar Nov 08 '18 21:11 willemstuursma