Dylan Taylor

Results 4 issues of Dylan Taylor

Currently, filtering by message status when listing attempted messages is constrained to filtering by just one status (eg "MessageStatus.Success"). However, it would be useful to filter by multiple statuses, particularly...

Some of our libraries are not currently built in CI for PRs. This prevents us from verifying that changes will build. We need to build a library as part of...

good first issue
lib/all

We had a lot of unwraps in our Redis-based queue implementation. This PR refactors them to be `.expect()`s where appropriate, or to bubble errors up to a calling function that...