Sihl_queue_core.Sigmodule Repository = Sihl_repositorymodule Core = Sihl_coremodule Utils = Sihl_utilsmodule Job : sig ... endmodule JobInstance : sig ... endThis is the actual job instance that is derived from the job description 'a Job.t and some input. This needs to be serialized and persisted for persistent job queues.
module type REPO = sig ... endmodule type SERVICE = sig ... end