Module: Axn::Async
- Extended by:
- ActiveSupport::Concern, Ownership
- Defined in:
- lib/axn/async.rb,
lib/axn/exceptions.rb,
lib/axn/async/adapters.rb,
lib/axn/async/ownership.rb,
lib/axn/async/batch_enqueue.rb,
lib/axn/async/retry_context.rb,
lib/axn/async/adapters/sidekiq.rb,
lib/axn/async/adapters/disabled.rb,
lib/axn/async/adapters/active_job.rb,
lib/axn/async/exception_reporting.rb,
lib/axn/async/batch_enqueue/config.rb,
lib/axn/async/adapters/sidekiq/worker.rb,
lib/axn/async/enqueue_all_orchestrator.rb,
lib/axn/async/adapters/sidekiq/middleware.rb,
lib/axn/async/adapters/sidekiq/death_handler.rb,
lib/axn/async/adapters/sidekiq/retry_helpers.rb,
lib/axn/async/adapters/sidekiq/auto_configure.rb
Defined Under Namespace
Modules: BatchEnqueue, CurrentRetryContext, ExceptionReporting, Ownership Classes: AdapterNotFound, Adapters, DuplicateAdapterError, EnqueueAllOrchestrator, MissingEnqueuesEachError, RetryContext, UnserializableArgument
Constant Summary
Constants included from Ownership
Ownership::ACTIVE_JOB_PROXY_SUFFIX