con / duct

A helper to run a command, capture stdout/stderr and details about running
MIT License
1 stars 1 forks source link

Handle the outputs logic, run monitoring in thread, and make record types configurable #18

Closed asmacdo closed 1 month ago

asmacdo commented 2 months ago

Adds:

Runs the monitoring loop in a thread, which should prevent monitoring from blocking the main process, but this is not tested.

asmacdo commented 2 months ago

This PR should close out the last of the "smon redesign" checklist https://github.com/con/duct/issues/3

yarikoptic commented 1 month ago

yeay -- I see some tests being added. Good! Let's proceed so it is easier to review subsequent changes and try duct. So I will merge