package bistro

  1. Overview
  2. Docs
A library to build and run distributed scientific workflows

Install

Dune Dependency

Authors

Maintainers

Sources

v0.5.0.tar.gz
md5=0ccb7c97728c94d17494b150192f6162
sha512=61dbd0ee5b98cd5fb8871d653aef0e440c318e9fbca439c3b0e4f86a32fa03c2a8a4770cd96b929b21b378db6788fa7d4df15935370be5b7b227564a31994998

doc/bistro.engine/Bistro_engine/Logger/index.html

Module Bistro_engine.Logger

type time = float
type event =
  1. | Workflow_ready : _ Bistro_internals.Workflow.t -> event
  2. | Workflow_started : _ Bistro_internals.Workflow.t * Allocator.resource -> event
  3. | Workflow_ended : {
    1. outcome : Task_result.t;
    2. start : time;
    3. _end_ : time;
    } -> event
  4. | Workflow_skipped : _ Bistro_internals.Workflow.t * [ `Done_already | `Missing_dep ] -> event
  5. | Workflow_allocation_error : _ Bistro_internals.Workflow.t * string -> event
  6. | Workflow_collected : _ Bistro_internals.Workflow.t -> event
  7. | Singularity_image_collected : Bistro_internals.Command.container_image -> event
  8. | Debug : string -> event
class type t = object ... end
val null : < event : 'a -> 'b -> 'c -> unit ; stop : unit Lwt.t >
val tee : < event : 'a -> 'b -> 'c -> unit ; stop : unit Lwt.t.. > list -> < event : 'a -> 'b -> 'c -> unit ; stop : unit Lwt.t >
OCaml

Innovation. Community. Security.