Exception: Servus::Extensions::Async::Errors::JobEnqueueError

Inherits:
AsyncError
  • Object
show all
Defined in:
lib/servus/extensions/async/errors.rb

Overview

Raised when enqueueing a background job fails.

This typically occurs due to connection issues with the job backend (Redis, database, etc.) or configuration problems.

Examples:

Services::SendEmail::Service.call_async(user_id: 123)
# => Servus::Extensions::Async::Errors::JobEnqueueError: Failed to enqueue async job