mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-25 23:15:51 +03:00
[PR #226] [MERGED] Enhance/toolings #673
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#673
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/226
Author: @hibiken
Created: 1/14/2021
Status: ✅ Merged
Merged: 1/14/2021
Merged by: @hibiken
Base:
master← Head:enhance/toolings📝 Commits (10+)
55f197dAdd DeleteQueue method to Inspector35ac107Fix cron history command usage string7c033f7Add helper function to parse Option string285230eAdd SchedulerEntries method to Inspector1877333Update changelog11be026Add CancelActiveTask method to Inspectorc05a7e1Add ListScheduelerEnqueueEvents to Inspectorfb1e93cUpdatecron historycommand to accept pagination options487e4d5Fix ListSchedulerEnqueueEvents to list recent events first3eda717Add a method to list running servers to Inspector📊 Changes
26 files changed (+1460 additions, -676 deletions)
View changed files
📝
CHANGELOG.md(+40 -12)📝
README.md(+2 -3)📝
client.go(+82 -9)📝
client_test.go(+68 -0)📝
heartbeat.go(+8 -7)📝
inspector.go(+248 -44)📝
inspector_test.go(+445 -165)📝
internal/asynqtest/asynqtest.go(+13 -13)📝
internal/base/base.go(+15 -14)📝
internal/base/base_test.go(+5 -5)📝
internal/rdb/inspect.go(+58 -59)📝
internal/rdb/inspect_test.go(+219 -186)📝
internal/rdb/rdb.go(+14 -15)📝
internal/rdb/rdb_test.go(+18 -18)📝
internal/testbroker/testbroker.go(+2 -2)📝
processor.go(+36 -17)📝
processor_test.go(+56 -14)📝
recoverer.go(+6 -6)📝
recoverer_test.go(+16 -16)📝
server.go(+24 -16)...and 6 more files
📄 Description
Changes:
Inspectorto prepare for web ui launch🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.