Overview
-
module ActiveJob
-
module Async
-
module Job
-
module Adapter
-
module ActiveJob
-
class Dispatcher
A dispatcher for managing multiple definitions.
-
module Environment
The environment for the ActiveJob server.
-
class Executor
An executor for processing jobs using
ActiveJob
. -
class Railtie
A Rails-specific adapter for
ActiveJob
that allows you to useAsync::Job
as the queue. -
class Service
A job server that can be run as a service.
-
class ThreadLocalDispatcher
Used for dispatching jobs to a thread-local queue to avoid thread-safety issues.
-
-
-
-