OpenFn / kit

The bits & pieces that make OpenFn work. (diagrammer, cli, compiler, runtime, runtime manager, logger, etc.)
12 stars 11 forks source link

Worker: add an option to not send `run:log` events #788

Open josephjclark opened 1 month ago

josephjclark commented 1 month ago

Run logs are noisy and pressure the websocket and lightning db. It might be useful in some cases to switch them off - if only to compare performance.

A short term solution would be to use an option to disable logs entirely

Another would be to not stream logs - just send all the logs together at the end of a step (or run?). So they do get sent, just not in real-time