mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-26 07:25:56 +03:00
[PR #238] [MERGED] Move Inspector related code to a subpackage #1694
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#1694
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/238
Author: @hibiken
Created: 1/30/2021
Status: ✅ Merged
Merged: 1/31/2021
Merged by: @hibiken
Base:
master← Head:next📝 Commits (10+)
5dd66e0Support delete and archive actions on PendingTask995958aFix scheduler2b6e30aAdd MemoryUsage field to QueueStats1af09e6Add Retry and LastError fields to inspector tasksfe5ce3dRecord deadline within WorkerInfo7389e2aMove all inspector related code to subpackage inspeq382d1b0Update documentation for inspeq package7ccf705Fix CLI build219cac7Fix doc indentation07d00cbUpdate RedisConnOpt interface📊 Changes
23 files changed (+1573 additions, -645 deletions)
View changed files
📝
CHANGELOG.md(+17 -0)📝
asynq.go(+40 -69)📝
client.go(+7 -77)📝
client_test.go(+0 -67)📝
heartbeat.go(+19 -15)📝
heartbeat_test.go(+2 -2)➕
inspeq/doc.go(+22 -0)📝
inspeq/inspector.go(+246 -99)📝
inspeq/inspector_test.go(+753 -263)📝
internal/base/base.go(+10 -0)📝
internal/rdb/inspect.go(+165 -3)📝
internal/rdb/inspect_test.go(+54 -9)📝
internal/rdb/rdb.go(+8 -2)📝
processor.go(+3 -3)📝
processor_test.go(+7 -7)📝
scheduler.go(+16 -1)📝
server.go(+7 -2)📝
tools/asynq/cmd/cron.go(+2 -2)📝
tools/asynq/cmd/queue.go(+4 -4)📝
tools/asynq/cmd/root.go(+3 -2)...and 3 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.