Module apalis_core::worker

source ·
Expand description

Represents the utils for building workers.

Modules

  • Represents a worker that is ready to consume jobs

Structs

Enums

  • Possible errors that can occur when starting a worker.

Traits

  • A worker can have heartbeats to keep alive or enqueue new jobs
  • The Worker trait represents a type that can execute jobs. It is used to define workers that can be managed by the Monitor.