mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-26 07:25:56 +03:00
[PR #234] [MERGED] Update Inspector #677
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#677
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/234
Author: @hibiken
Created: 1/29/2021
Status: ✅ Merged
Merged: 1/29/2021
Merged by: @hibiken
Base:
next← Head:feature/task-metadata📝 Commits (7)
cd13c6aAdd Retry and LastError fields to inspector tasksc67843bRecord deadline within WorkerInfo14cb562Move all inspector related code to subpackage inspeq1598d2fUpdate documentation for inspeq packageb4f7f4fFix CLI build34090c9Fix doc indentation8e90608Update RedisConnOpt interface📊 Changes
20 files changed (+756 additions, -608 deletions)
View changed files
📝
CHANGELOG.md(+11 -1)📝
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(+152 -55)📝
inspeq/inspector_test.go(+450 -292)📝
internal/base/base.go(+10 -0)📝
internal/rdb/inspect.go(+0 -1)📝
internal/rdb/inspect_test.go(+3 -0)📝
processor.go(+3 -3)📝
processor_test.go(+7 -7)📝
scheduler.go(+6 -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)📝
tools/asynq/cmd/task.go(+8 -8)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.