[PR #71] [MERGED] Add hearbeater #1591

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

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/71
Author: @hibiken
Created: 2/1/2020
Status: Merged
Merged: 2/1/2020
Merged by: @hibiken

Base: masterHead: feature/heartbeat


📝 Commits (1)

📊 Changes

8 files changed (+293 additions, -9 deletions)

View changed files

📝 background.go (+21 -9)
heartbeat.go (+78 -0)
heartbeat_test.go (+86 -0)
📝 internal/base/base.go (+17 -0)
📝 internal/base/base_test.go (+18 -0)
📝 internal/rdb/rdb.go (+26 -0)
📝 internal/rdb/rdb_test.go (+46 -0)
📝 syncer_test.go (+1 -0)

📄 Description

No description provided


🔄 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/71 **Author:** [@hibiken](https://github.com/hibiken) **Created:** 2/1/2020 **Status:** ✅ Merged **Merged:** 2/1/2020 **Merged by:** [@hibiken](https://github.com/hibiken) **Base:** `master` ← **Head:** `feature/heartbeat` --- ### 📝 Commits (1) - [`475f8df`](https://github.com/hibiken/asynq/commit/475f8df4f3996df8f69d237c386f2c4cee7a7f41) Add hearbeater ### 📊 Changes **8 files changed** (+293 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `background.go` (+21 -9) ➕ `heartbeat.go` (+78 -0) ➕ `heartbeat_test.go` (+86 -0) 📝 `internal/base/base.go` (+17 -0) 📝 `internal/base/base_test.go` (+18 -0) 📝 `internal/rdb/rdb.go` (+26 -0) 📝 `internal/rdb/rdb_test.go` (+46 -0) 📝 `syncer_test.go` (+1 -0) </details> ### 📄 Description _No description provided_ --- <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:28 +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#1591
No description provided.