mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-25 23:15:51 +03:00
[PR #72] [MERGED] Add ps command to asynqmon #585
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#585
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/72
Author: @hibiken
Created: 2/2/2020
Status: ✅ Merged
Merged: 2/3/2020
Merged by: @hibiken
Base:
master← Head:feature/ps📝 Commits (1)
a985c02Add ps command to asynqmon📊 Changes
15 files changed (+479 additions, -144 deletions)
View changed files
📝
background.go(+8 -37)📝
heartbeat.go(+17 -28)📝
heartbeat_test.go(+10 -8)📝
internal/asynqtest/asynqtest.go(+12 -0)📝
internal/base/base.go(+47 -10)📝
internal/base/base_test.go(+31 -3)📝
internal/rdb/inspect.go(+37 -0)📝
internal/rdb/inspect_test.go(+53 -0)📝
internal/rdb/rdb.go(+34 -10)📝
internal/rdb/rdb_test.go(+53 -18)📝
processor.go(+44 -10)📝
processor_test.go(+8 -4)📝
tools/asynqmon/cmd/ls.go(+0 -16)➕
tools/asynqmon/cmd/ps.go(+89 -0)📝
tools/asynqmon/cmd/root.go(+36 -0)📄 Description
Closes #63
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.