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
Rework abort handling to not be dependent on extracting codes from delivertx errors (#465)
## Describe your changes and provide context
This should appropriately allow for cases where panics are recovered and
swallowed earlier because we now simply use the panic to abort
execution, and detect that an abort occurred by reading the abort
channel as the source of truth
## Testing performed to validate your change
Scheduler tests, and need to test alongside atlantic-2
Co-authored-by: Steven Landers <steven@seinetwork.io>
0 commit comments