mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-26 07:25:56 +03:00
[PR #184] [MERGED] Add Inspector type #2677
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#2677
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/184
Author: @hibiken
Created: 7/24/2020
Status: ✅ Merged
Merged: 7/26/2020
Merged by: @hibiken
Base:
next← Head:feature/inspector📝 Commits (1)
764478bAdd Inspector type📊 Changes
20 files changed (+2830 additions, -931 deletions)
View changed files
📝
client_test.go(+8 -8)➕
inspector.go(+488 -0)➕
inspector_test.go(+1636 -0)📝
internal/asynqtest/asynqtest.go(+27 -24)📝
internal/base/base.go(+6 -0)📝
internal/rdb/inspect.go(+60 -168)📝
internal/rdb/inspect_test.go(+338 -379)📝
internal/rdb/rdb_test.go(+132 -132)📝
processor_test.go(+5 -5)📝
recoverer_test.go(+35 -35)📝
scheduler_test.go(+12 -12)📝
tools/asynq/cmd/del.go(+5 -21)📝
tools/asynq/cmd/delall.go(+10 -9)📝
tools/asynq/cmd/enq.go(+5 -21)📝
tools/asynq/cmd/enqall.go(+9 -9)📝
tools/asynq/cmd/history.go(+4 -6)📝
tools/asynq/cmd/kill.go(+5 -19)📝
tools/asynq/cmd/killall.go(+8 -8)📝
tools/asynq/cmd/ls.go(+36 -75)📝
tools/go.sum(+1 -0)📄 Description
Closes #50
Closes #172
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.