Exception: Isolator::BackgroundJobError

Inherits:
UnsafeOperationError show all
Defined in:
lib/isolator/errors.rb

Constant Summary collapse

MESSAGE =
"You are trying to enqueue background job inside db transaction. " \
"In case of transaction failure, this may lead to data inconsistency and unexpected bugs"

Method Summary

Methods inherited from UnsafeOperationError

#initialize

Constructor Details

This class inherits a constructor from Isolator::UnsafeOperationError