apalis_core

Module worker

Source
Expand description

Represents the utils for building workers.

Structs§

  • Stores the Workers context
  • A worker that is ready for running
  • A Runnable represents a unit of work that manages a worker’s lifecycle and execution flow.
  • A future tracked by the worker
  • Represents a generic Worker that can be in many different states
  • A worker name wrapper usually used by Worker builder

Enums§

  • Events emitted by a worker
  • Possible errors that can occur when starting a worker.

Type Aliases§