Module Bistro_engine.Scheduler
type error = [ | `Msg of string
]include sig ... end
val stop : t -> unit Lwt.tval create :
?np:int ->
?mem:[ `GB of int ] ->
?allowed_containers:[ `Docker | `Singularity ] list ->
?loggers:Logger.t list ->
?collect:bool ->
Db.t ->
tval simple_eval_exn :
?np:int ->
?mem:[ `GB of int ] ->
?allowed_containers:[ `Docker | `Singularity ] list ->
?loggers:Logger.t list ->
?collect:bool ->
?db_path:string ->
'a Bistro.workflow ->
'a