mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-26 15:35:55 +03:00
[PR #186] [MERGED] Add Inspector type and HealthCheckFunc callback option #1669
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#1669
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/186
Author: @hibiken
Created: 7/29/2020
Status: ✅ Merged
Merged: 7/29/2020
Merged by: @hibiken
Base:
master← Head:next📝 Commits (7)
93f15fbAdd Inspector typea7764dcMinor comment fix5c87cb3Fix flaky testb2ed2faAdd healthchecker to check broker connection6ff08a1Add Pause and Unpause queue methods to Inspector63c3a12Fix history command6d5ea0aUpdate changelog📊 Changes
26 files changed (+3094 additions, -949 deletions)
View changed files
📝
CHANGELOG.md(+6 -0)📝
client_test.go(+8 -8)➕
healthcheck.go(+80 -0)➕
healthcheck_test.go(+101 -0)➕
inspector.go(+500 -0)➕
inspector_test.go(+1641 -0)📝
internal/asynqtest/asynqtest.go(+27 -24)📝
internal/base/base.go(+7 -0)📝
internal/rdb/inspect.go(+60 -168)📝
internal/rdb/inspect_test.go(+338 -379)📝
internal/rdb/rdb.go(+5 -0)📝
internal/rdb/rdb_test.go(+132 -132)📝
internal/testbroker/testbroker.go(+9 -0)📝
processor_test.go(+5 -5)📝
recoverer_test.go(+35 -35)📝
scheduler_test.go(+12 -12)📝
server.go(+44 -17)📝
tools/asynq/cmd/del.go(+5 -21)📝
tools/asynq/cmd/delall.go(+10 -9)📝
tools/asynq/cmd/enq.go(+5 -21)...and 6 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.