[PR #253] [MERGED] Change payload to byte slice #687

Closed
opened 2026-03-02 06:05:11 +03:00 by kerem · 0 comments
Owner

📋 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: nextHead: feature/bytes-payload


📝 Commits (5)

  • f3c848f Refactor redis keys and store messages in protobuf
  • 848a03d Change task payload type to byte slice
  • b3b50d2 Update test to match the new API
  • 4c53446 Update package doc and readme
  • 6171a64 Fix 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.

## 📋 Pull Request Information **Original PR:** https://github.com/hibiken/asynq/pull/253 **Author:** [@hibiken](https://github.com/hibiken) **Created:** 3/19/2021 **Status:** ✅ Merged **Merged:** 3/20/2021 **Merged by:** [@hibiken](https://github.com/hibiken) **Base:** `next` ← **Head:** `feature/bytes-payload` --- ### 📝 Commits (5) - [`f3c848f`](https://github.com/hibiken/asynq/commit/f3c848f25fe9a46b6eddbb93249927eb9dff5c56) Refactor redis keys and store messages in protobuf - [`848a03d`](https://github.com/hibiken/asynq/commit/848a03dc16c69ae8bb3b84d13442c7611345d8aa) Change task payload type to byte slice - [`b3b50d2`](https://github.com/hibiken/asynq/commit/b3b50d26a2618943847e3ba36413cc7c56098659) Update test to match the new API - [`4c53446`](https://github.com/hibiken/asynq/commit/4c53446c10b5e12d00bb48a95ac6d4f9a598bedf) Update package doc and readme - [`6171a64`](https://github.com/hibiken/asynq/commit/6171a6400de711f3cd847c9814ebd67aac8a38a5) Fix build ### 📊 Changes **21 files changed** (+254 additions, -1156 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description Closes #109 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 06:05:11 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asynq#687
No description provided.