import * as starfx from "https://deno.land/x/starfx@v0.13.4/fx/mod.ts";
Functions
f json | |
keepAlive accepts a list of operations and calls them all with supervise | |
The goal of | |
f safe | The goal of |
supvervise will watch whatever Operation is provided and it will automatically try to restart it when it exists. By default it uses a backoff pressure mechanism so if there is an error simply calling the Operation then it will exponentially wait longer until attempting to restart and eventually give up. | |