[PR #10] [MERGED] Add enq command to asynqmon CLI #1548

Closed
opened 2026-03-07 22:11:15 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/10
Author: @hibiken
Created: 12/10/2019
Status: Merged
Merged: 12/10/2019
Merged by: @hibiken

Base: masterHead: feature/enq


📝 Commits (6)

  • 4179c72 Add enq command to asynqmon
  • 8932ca4 Minor improvement
  • 764edc3 [ci skip] Update todos
  • b766de4 [ci skip] Update documentations for enq command
  • 8830d23 Rename rdb methods to enqueue scheduled, retry, and dead tasks
  • ea28d3c Minor improvement

📊 Changes

9 files changed (+200 additions, -81 deletions)

View changed files

📝 asynq.go (+6 -5)
📝 background.go (+2 -2)
📝 client.go (+4 -4)
📝 internal/rdb/inspect.go (+15 -9)
📝 internal/rdb/inspect_test.go (+49 -45)
tools/asynqmon/cmd/enq.go (+70 -0)
📝 tools/asynqmon/cmd/ls.go (+47 -10)
📝 tools/asynqmon/cmd/root.go (+4 -3)
📝 tools/asynqmon/cmd/stats.go (+3 -3)

📄 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/10 **Author:** [@hibiken](https://github.com/hibiken) **Created:** 12/10/2019 **Status:** ✅ Merged **Merged:** 12/10/2019 **Merged by:** [@hibiken](https://github.com/hibiken) **Base:** `master` ← **Head:** `feature/enq` --- ### 📝 Commits (6) - [`4179c72`](https://github.com/hibiken/asynq/commit/4179c72c05b38d329dce97dfece5e8370b8042c1) Add enq command to asynqmon - [`8932ca4`](https://github.com/hibiken/asynq/commit/8932ca41b3f29a8aa997346f6be24fe7fc3f628e) Minor improvement - [`764edc3`](https://github.com/hibiken/asynq/commit/764edc35e3938b8a8f20a6fc5752d27d26fcc85b) [ci skip] Update todos - [`b766de4`](https://github.com/hibiken/asynq/commit/b766de4f1800596feb48a10d3b2d26621ce255d9) [ci skip] Update documentations for enq command - [`8830d23`](https://github.com/hibiken/asynq/commit/8830d2338897686db1e4224c2782d30742136f86) Rename rdb methods to enqueue scheduled, retry, and dead tasks - [`ea28d3c`](https://github.com/hibiken/asynq/commit/ea28d3cac1c2ea6392353644e8422b04c6093b44) Minor improvement ### 📊 Changes **9 files changed** (+200 additions, -81 deletions) <details> <summary>View changed files</summary> 📝 `asynq.go` (+6 -5) 📝 `background.go` (+2 -2) 📝 `client.go` (+4 -4) 📝 `internal/rdb/inspect.go` (+15 -9) 📝 `internal/rdb/inspect_test.go` (+49 -45) ➕ `tools/asynqmon/cmd/enq.go` (+70 -0) 📝 `tools/asynqmon/cmd/ls.go` (+47 -10) 📝 `tools/asynqmon/cmd/root.go` (+4 -3) 📝 `tools/asynqmon/cmd/stats.go` (+3 -3) </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-07 22:11:15 +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#1548
No description provided.