yurishkuro/microsim

Allow errors to be treated as transient

Open

#19 opened on Jul 2, 2024

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Go (13 forks)auto 404
help wanted

Repository metrics

Stars
 (66 stars)
PR merge metrics
 (PR metrics pending)

Description

Currently the HotROD trace from microsim looks like this:

In contrast, the real trace only has errors in the Redis call leaves, but the parent requests are not marked as errored, because the Redis errors are considered non-fatal.

microsim should have an option to not bubble up child errors to the parent.

Contributor guide