Crate apalis_core

source ·
Expand description

Apalis Core

Utilities for building job and message processing tools.

Modules

  • Represent utilities for creating [Worker] instances.
  • Represents the [JobContext].
  • Includes all possible error types.
  • Includes the utilities for a job.
  • Represents a service that is created from a function.
  • Represents middleware offered through [tower::Layer]
  • Represents monitoring of running workers
  • Represents the job bytes.
  • Represents different possible responses.
  • storagestorage
    Represents ability to persist and consume jobs from storages.
  • Represents the actual executor of a [Job].