You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: adjust retry log message
may remove crash recovery too if people find it confusing, but this should be less confusing
than retrying on 5xx responses anyway, that was a weird default
add guard against `up stack plan` before `up`
behaviour of this is undefined at the moment, plan/apply should
be used for making resource changes, but it is not as obvious
as it could be
fix scenario where JSON logs have invalid .level values
this happens with the default Fastify logger for example, which uses
numerical values, causing an error here leading to EPIPE