mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-26 15:35:55 +03:00
[PR #12] [MERGED] Use rs/xid package for more compact string representation of task IDs #1552
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#1552
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/12
Author: @hibiken
Created: 12/11/2019
Status: ✅ Merged
Merged: 12/11/2019
Merged by: @hibiken
Base:
master← Head:feature/shorter_id📝 Commits (2)
8b6e317[ci skip] Update todosedcd70bReplace google/uuid package with rs/xid for more compact id📊 Changes
12 files changed (+53 additions, -44 deletions)
View changed files
📝
asynq.go(+0 -1)📝
asynq_test.go(+2 -2)📝
client.go(+2 -2)📝
go.mod(+1 -2)📝
go.sum(+15 -4)📝
internal/rdb/inspect.go(+9 -9)📝
internal/rdb/inspect_test.go(+8 -8)📝
internal/rdb/rdb.go(+2 -2)📝
internal/rdb/rdb_test.go(+2 -2)📝
retry_test.go(+3 -3)📝
tools/asynqmon/cmd/enq.go(+1 -1)📝
tools/asynqmon/cmd/ls.go(+8 -8)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.