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
chore: update task message handling and dependencies
- Update `github.com/golang-queue/queue` dependency from v0.2.1 to v0.3.0
- Remove indirect dependencies `github.com/vmihailenco/msgpack/v5` and `github.com/vmihailenco/tagparser/v2`
- Change `QueuedMessage` to `TaskMessage` in function signatures in `options.go`
- Change `QueuedMessage` to `TaskMessage` in function signatures in `redis.go`
- Change `QueuedMessage` to `TaskMessage` in test function signatures in `redis_test.go`
Signed-off-by: Bo-Yi Wu <[email protected]>
0 commit comments