mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-25 23:15:51 +03:00
[PR #25] [MERGED] Record processed and failure daily count #549
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#549
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/25
Author: @hibiken
Created: 12/25/2019
Status: ✅ Merged
Merged: 12/26/2019
Merged by: @hibiken
Base:
master← Head:feature/stats📝 Commits (6)
b2161a4Record processed and failure daily count698fdcffix: Change max dead tasks count to 1006491f46Minor cleanupcde9d41Add processed and failed count to Stats9b87f7cShow processed/failed count and error rate in asynqmon stats commandfb24d15fix: 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.