[PR #12] [MERGED] Use rs/xid package for more compact string representation of task IDs #2561

Closed
opened 2026-03-15 20:51:14 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: feature/shorter_id


📝 Commits (2)

  • 8b6e317 [ci skip] Update todos
  • edcd70b Replace 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.

## 📋 Pull Request Information **Original PR:** https://github.com/hibiken/asynq/pull/12 **Author:** [@hibiken](https://github.com/hibiken) **Created:** 12/11/2019 **Status:** ✅ Merged **Merged:** 12/11/2019 **Merged by:** [@hibiken](https://github.com/hibiken) **Base:** `master` ← **Head:** `feature/shorter_id` --- ### 📝 Commits (2) - [`8b6e317`](https://github.com/hibiken/asynq/commit/8b6e3172ce6771391895a2ea7b56e15176ed4465) [ci skip] Update todos - [`edcd70b`](https://github.com/hibiken/asynq/commit/edcd70b2212aa6e5067511ab45fc0d679bb8e0e6) Replace google/uuid package with rs/xid for more compact id ### 📊 Changes **12 files changed** (+53 additions, -44 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 20:51:14 +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#2561
No description provided.