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
fix(processing): Don't pretend to log 'not_sent' (#92050)
Stop tracking/logging `not_sent` based on callback return value being
None; callback return value is always expected to be `None`, not just on
exception, so logging it as `not_sent` is misleading.
0 commit comments