Class: ActiveRecord::DatabaseMutex::MutexSystemError

Inherits:
MutexError
  • Object
show all
Defined in:
lib/active_record/database_mutex.rb

Overview

This exception is raised when an unexpected system-related issue prevents the mutex (lock) from being acquired or managed properly, often due to disk I/O errors, database connection issues, resource limitations, or lock file permissions problems.