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
Extractors and reducers use Stoplight to halt processing when a certain number of errors are received. RuleEffects also reach out to external services but when those services return errors, nothing stops processing. We should add Stoplight to RuleEffects so that they don't flood our error reporting services (honeybadger, sentry, etc).
The text was updated successfully, but these errors were encountered:
Extractors and reducers use Stoplight to halt processing when a certain number of errors are received. RuleEffects also reach out to external services but when those services return errors, nothing stops processing. We should add Stoplight to RuleEffects so that they don't flood our error reporting services (honeybadger, sentry, etc).
The text was updated successfully, but these errors were encountered: