mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-26 07:25:56 +03:00
[PR #253] [MERGED] Change payload to byte slice #687
Labels
No labels
CLI
bug
designing
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
idea
invalid
investigate
needs-more-info
performance
pr-welcome
pull-request
question
wontfix
work in progress
work in progress
work-around-available
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynq#687
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hibiken/asynq/pull/253
Author: @hibiken
Created: 3/19/2021
Status: ✅ Merged
Merged: 3/20/2021
Merged by: @hibiken
Base:
next← Head:feature/bytes-payload📝 Commits (5)
f3c848fRefactor redis keys and store messages in protobuf848a03dChange task payload type to byte sliceb3b50d2Update test to match the new API4c53446Update package doc and readme6171a64Fix build📊 Changes
21 files changed (+254 additions, -1156 deletions)
View changed files
📝
CHANGELOG.md(+2 -0)📝
README.md(+45 -28)📝
asynq.go(+10 -9)📝
asynq_test.go(+1 -1)📝
benchmark_test.go(+29 -20)📝
client.go(+4 -5)📝
client_test.go(+33 -34)📝
doc.go(+16 -9)📝
inspeq/inspector_test.go(+9 -9)📝
internal/asynqtest/asynqtest.go(+12 -2)📝
internal/base/base.go(+11 -73)📝
internal/base/base_test.go(+32 -16)📝
internal/rdb/inspect_test.go(+7 -7)📝
internal/rdb/rdb_test.go(+15 -15)➖
payload.go(+0 -230)➖
payload_test.go(+0 -675)📝
processor_test.go(+16 -12)📝
scheduler.go(+2 -2)📝
servemux.go(+2 -2)📝
servemux_test.go(+3 -3)...and 1 more files
📄 Description
Closes #109
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.