[PR #25] [MERGED] Record processed and failure daily count #549

Closed
opened 2026-03-02 05:38:15 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/25
Author: @hibiken
Created: 12/25/2019
Status: Merged
Merged: 12/26/2019
Merged by: @hibiken

Base: masterHead: feature/stats


📝 Commits (6)

  • b2161a4 Record processed and failure daily count
  • 698fdcf fix: Change max dead tasks count to 100
  • 6491f46 Minor cleanup
  • cde9d41 Add processed and failed count to Stats
  • 9b87f7c Show processed/failed count and error rate in asynqmon stats command
  • fb24d15 fix: CurrentState without processed/failed data

📊 Changes

9 files changed (+294 additions, -40 deletions)

View changed files

📝 asynq.go (+0 -1)
📝 internal/base/base.go (+20 -2)
internal/base/base_test.go (+42 -0)
📝 internal/rdb/inspect.go (+51 -13)
📝 internal/rdb/inspect_test.go (+44 -4)
📝 internal/rdb/rdb.go (+63 -16)
📝 internal/rdb/rdb_test.go (+51 -0)
📝 processor.go (+2 -3)
📝 tools/asynqmon/cmd/stats.go (+21 -1)

📄 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/25 **Author:** [@hibiken](https://github.com/hibiken) **Created:** 12/25/2019 **Status:** ✅ Merged **Merged:** 12/26/2019 **Merged by:** [@hibiken](https://github.com/hibiken) **Base:** `master` ← **Head:** `feature/stats` --- ### 📝 Commits (6) - [`b2161a4`](https://github.com/hibiken/asynq/commit/b2161a481db508e1e3d24feb779fa4367276bcfd) Record processed and failure daily count - [`698fdcf`](https://github.com/hibiken/asynq/commit/698fdcfcb25df156568f3c3099449bf1a85e7280) fix: Change max dead tasks count to 100 - [`6491f46`](https://github.com/hibiken/asynq/commit/6491f46955e6979a34b0993a4e2c38c9053e1902) Minor cleanup - [`cde9d41`](https://github.com/hibiken/asynq/commit/cde9d41580dd6610087059717381ba6484a5f049) Add processed and failed count to Stats - [`9b87f7c`](https://github.com/hibiken/asynq/commit/9b87f7c1f136a7c63ccc92f91eec22f8fd8fcea3) Show processed/failed count and error rate in asynqmon stats command - [`fb24d15`](https://github.com/hibiken/asynq/commit/fb24d158aee671d3effad17a423669220d9fbe1b) fix: CurrentState without processed/failed data ### 📊 Changes **9 files changed** (+294 additions, -40 deletions) <details> <summary>View changed files</summary> 📝 `asynq.go` (+0 -1) 📝 `internal/base/base.go` (+20 -2) ➕ `internal/base/base_test.go` (+42 -0) 📝 `internal/rdb/inspect.go` (+51 -13) 📝 `internal/rdb/inspect_test.go` (+44 -4) 📝 `internal/rdb/rdb.go` (+63 -16) 📝 `internal/rdb/rdb_test.go` (+51 -0) 📝 `processor.go` (+2 -3) 📝 `tools/asynqmon/cmd/stats.go` (+21 -1) </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-02 05:38:15 +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#549
No description provided.