package sihl

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

Parameters

Signature

include Data.Repo.Sig.REPO
val register_migration : Core.Ctx.t -> (unit, string) Result.t Lwt.t
val register_cleaner : Core.Ctx.t -> (unit, string) Result.t Lwt.t
val enqueue : Core.Ctx.t -> job_instance:Sihl__.Queue_core.JobInstance.t -> (unit, string) Result.t Lwt.t
val find_workable : Core.Ctx.t -> (Sihl__.Queue_core.JobInstance.t list, string) Result.t Lwt.t
val update : Core.Ctx.t -> job_instance:Sihl__.Queue_core.JobInstance.t -> (unit, string) Result.t Lwt.t