[PR #185] [MERGED] Add healthchecker to check broker connection #1667

Closed
opened 2026-03-07 22:11:50 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/185
Author: @hibiken
Created: 7/28/2020
Status: Merged
Merged: 7/28/2020
Merged by: @hibiken

Base: nextHead: feature/healthcheck


📝 Commits (1)

  • 2f1eff3 Add healthchecker to check broker connection

📊 Changes

6 files changed (+240 additions, -17 deletions)

View changed files

healthcheck.go (+80 -0)
healthcheck_test.go (+101 -0)
📝 internal/base/base.go (+1 -0)
📝 internal/rdb/rdb.go (+5 -0)
📝 internal/testbroker/testbroker.go (+9 -0)
📝 server.go (+44 -17)

📄 Description

Closes #155


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hibiken/asynq/pull/185 **Author:** [@hibiken](https://github.com/hibiken) **Created:** 7/28/2020 **Status:** ✅ Merged **Merged:** 7/28/2020 **Merged by:** [@hibiken](https://github.com/hibiken) **Base:** `next` ← **Head:** `feature/healthcheck` --- ### 📝 Commits (1) - [`2f1eff3`](https://github.com/hibiken/asynq/commit/2f1eff387d88514b8a9f3ba4573f688b0c53c1df) Add healthchecker to check broker connection ### 📊 Changes **6 files changed** (+240 additions, -17 deletions) <details> <summary>View changed files</summary> ➕ `healthcheck.go` (+80 -0) ➕ `healthcheck_test.go` (+101 -0) 📝 `internal/base/base.go` (+1 -0) 📝 `internal/rdb/rdb.go` (+5 -0) 📝 `internal/testbroker/testbroker.go` (+9 -0) 📝 `server.go` (+44 -17) </details> ### 📄 Description Closes #155 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-07 22:11:50 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asynq#1667
No description provided.