package sihl

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

A workable job can process a job instance that is persisted. We can not store the job directly because of the polymorphic type ('a Job.t).

val pp : Ppx_deriving_runtime.Format.formatter -> t -> Ppx_deriving_runtime.unit
val retry_delay : t -> Utils.Time.duration
val max_tries : t -> Base.int
val with_context : t -> Core.Ctx.t -> Core.Ctx.t
val name : t -> Base.string
module Fields : sig ... end
val of_job : 'a Sihl__.Queue_core.Job.t -> t