- ruby-activerecord (>= 2:6.1)
- ruby-zeitwerk (>= 2.6)
WithAdvisoryLock adds advisory locking (mutexes) to ActiveRecord 6.0+, with
ruby 2.7+, jruby or truffleruby, when used with MySQL or PostgreSQL. SQLite
resorts to file locking.
.
An advisory lock is a mutex used to ensure no two processes run some process at
the same time. When the advisory lock is powered by your database server, as
long as it isn't SQLite, your mutex spans hosts.
Installed Size: 37.9 kB
Architectures: all