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
## Description
we currently abort the loop on outer errors (errors from spawn). But we
do not look at inner errors (task returns properly but returns an error)
at all.
This logs the inner errors as debug! and coninues.
Also checks if the outer error is actually a panic, and continues the
loop otherwise.
## Breaking Changes
## Notes & open questions
## Change checklist
- [ ] Self-review.
- [ ] Documentation updates if relevant.
- [ ] Tests if relevant.
- [ ] All breaking changes documented.
0 commit comments