mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-26 15:35:55 +03:00
[PR #27] [MERGED] Add kill and killall command to asynqmon tool #2575
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#2575
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/27
Author: @hibiken
Created: 12/27/2019
Status: ✅ Merged
Merged: 12/27/2019
Merged by: @hibiken
Base:
master← Head:feature/killtasks📝 Commits (4)
8cee1daAdd KillRetryTask, KillScheduledTask methods to RDB92c202dCritical fixf5612deAdd KillAllRetryTasks and KillAllScheduledTasks method to RDB7f44079Add kill and killall command to asynqmon📊 Changes
9 files changed (+628 additions, -21 deletions)
View changed files
📝
asynq.go(+0 -1)📝
internal/rdb/helpers_test.go(+4 -4)📝
internal/rdb/inspect.go(+107 -5)📝
internal/rdb/inspect_test.go(+374 -0)📝
internal/rdb/rdb.go(+6 -3)📝
internal/rdb/rdb_test.go(+5 -6)📝
payload_test.go(+2 -2)➕
tools/asynqmon/cmd/kill.go(+66 -0)➕
tools/asynqmon/cmd/killall.go(+64 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.