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
Right now, there are some redundant warning logs that get emitted mentioning that the derivation step fails. These are a bit misleading, since a Temporary error kind is basically a signal to block the pipeline stage until new data arrives.
We should move Temporary errors here to debug! traces, and still warn! / error! on Critical errors.
The text was updated successfully, but these errors were encountered:
Overview
Right now, there are some redundant warning logs that get emitted mentioning that the derivation step fails. These are a bit misleading, since a
Temporary
error kind is basically a signal to block the pipeline stage until new data arrives.We should move
Temporary
errors here todebug!
traces, and stillwarn!
/error!
onCritical
errors.The text was updated successfully, but these errors were encountered: