package sihl

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

Parameters

module Log : sig ... end
module Repo : sig ... end

Signature

include Core.Container.SERVICE
val lifecycle : Sihl__.Core_container.Lifecycle.t
val dispatch : Core.Ctx.t -> job:'a Sihl__.Queue_core.Job.t -> ?delay:Utils.Time.duration -> 'a -> unit Lwt.t

Queue a job for processing. Use delay to run the job after a certain amount of time.

val register_jobs : Core.Ctx.t -> jobs:'a Sihl__.Queue_core.Job.t list -> unit Lwt.t