Releases: go-lo/agent
Releases · go-lo/agent
Do better logging, redux
Logging and Errors
Prior versions include a condition where logs are mangled, or even break, due to how logs are written in github.com/go-lo/go-lo - many go funcs writing to a file at once is a bad move. It seems so obvious written out.
Additionally, some errors aren't printed correctly.
This release should, we hope, fix that.
Relevant PRs:
debug symbols
Merge pull request #4 from go-lo/track_crashes Track crashes
Crash and Burn
When schedules crash or are killed, the test continues trying to make RPC calls and so on. This blocks for the duration of the schedule, and churns CPU as the agent keeps trying to RPC connect.
This release introduces a naive supervisor which will end a test when a schedule is killed.
v0.1.0
pprof headers in development
v0.0.1-pprof Route pprof endpoints
Initial, partially stable, release
Passing and stable, but does performance suck? Let's find out.