Module Queue.WorkableJobSource

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).

Sourceval retry_delay : t -> Utils.Time.duration
Sourceval max_tries : t -> Base.int
Sourceval with_context : t -> Core.Ctx.t -> Core.Ctx.t
Sourceval name : t -> Base.string
Sourcemodule Fields : sig ... end
Sourceval of_job : 'a Queue__.Queue_core.Job.t -> t