mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-26 15:35:55 +03:00
[PR #44] [MERGED] Make Task type immutable #2583
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#2583
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/44
Author: @hibiken
Created: 1/5/2020
Status: ✅ Merged
Merged: 1/5/2020
Merged by: @hibiken
Base:
master← Head:change/task_api📝 Commits (3)
c1ef571Make Task type immutablea4adfe3Add test for payload key not exist82abe0e[ci skip] Update readme📊 Changes
14 files changed (+191 additions, -350 deletions)
View changed files
📝
CHANGELOG.md(+8 -0)📝
README.md(+25 -19)📝
asynq.go(+12 -1)📝
background.go(+1 -4)📝
background_test.go(+3 -9)📝
benchmark_test.go(+6 -6)📝
client.go(+1 -1)📝
client_test.go(+6 -6)📝
doc.go(+4 -5)📝
internal/rdb/rdb_test.go(+0 -262)📝
payload.go(+17 -16)📝
payload_test.go(+98 -11)📝
processor.go(+2 -2)📝
processor_test.go(+8 -8)📄 Description
This change makes it impossible to mutate payload within Handler or RetryDelayFunc.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.