Module apalis_core::worker
source · Expand description
Represents the utils for building workers.
Modules
- Represents a worker that is ready to consume jobs
Structs
- Stores the Workers context
- A worker name wrapper usually used by Worker builder
Enums
- Possible errors that can occur when starting a worker.
Traits
- A worker can have heartbeats to keep alive or enqueue new jobs
- The
Workertrait represents a type that can execute jobs. It is used to define workers that can be managed by theMonitor.