mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-25 23:15:51 +03:00
[PR #287] [MERGED] v0.18 #2720
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#2720
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/287
Author: @hibiken
Created: 6/29/2021
Status: ✅ Merged
Merged: 6/29/2021
Merged by: @hibiken
Base:
master← Head:next📝 Commits (10+)
5f61566Refactor redis keys and store messages in protobuf585e7fdChange payload to byte sliced6e7e0dChange Server APIbf512f4Update RDB.Enqueue with task state691bc7dUpdate RDB.EnqueueUnique with task stateeb40c8aUpdate RDB.Schedule with task statedf4e5c8Update RDB.ScheduleUnique with task statea647cd7Update RDB.ForwardIfReady with task statea5a28a0Update RDB.Dequeue with task state08e6dc0Update RDB.Retry, RDB.Archive with task state📊 Changes
61 files changed (+7159 additions, -3780 deletions)
View changed files
📝
.gitignore(+4 -1)📝
CHANGELOG.md(+15 -0)➕
Makefile(+7 -0)📝
README.md(+72 -57)📝
asynq.go(+130 -9)📝
asynq_test.go(+1 -1)📝
benchmark_test.go(+29 -20)📝
client.go(+14 -54)📝
client_test.go(+235 -149)📝
doc.go(+17 -10)📝
example_test.go(+6 -6)📝
forwarder.go(+2 -2)📝
forwarder_test.go(+2 -2)📝
go.mod(+4 -2)📝
go.sum(+58 -0)📝
healthcheck.go(+1 -1)📝
healthcheck_test.go(+2 -2)📝
heartbeat.go(+6 -6)📝
heartbeat_test.go(+17 -15)📝
inspector.go(+200 -302)...and 41 more files
📄 Description
Closes #284
Closes #245
Closes #109
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.