[PR #93] [MERGED] Record worker started time #1610

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

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/93
Author: @hibiken
Created: 2/21/2020
Status: Merged
Merged: 2/22/2020
Merged by: @hibiken

Base: masterHead: feature/ps


📝 Commits (4)

  • b329583 Add ProcessState type to base package
  • db1bb78 Add workers key in base package
  • 88f4a2e Include worker stats to ProcessState
  • 3b7f0a5 Update WriteProcessState to write both ProcessInfo and WorkerInfo to

📊 Changes

12 files changed (+648 additions, -195 deletions)

View changed files

📝 background.go (+11 -14)
📝 heartbeat.go (+8 -23)
📝 heartbeat_test.go (+6 -7)
📝 internal/base/base.go (+168 -23)
📝 internal/base/base_test.go (+137 -1)
📝 internal/rdb/inspect_test.go (+33 -14)
📝 internal/rdb/rdb.go (+47 -33)
📝 internal/rdb/rdb_test.go (+215 -59)
📝 processor.go (+12 -13)
📝 processor_test.go (+8 -5)
📝 subscriber.go (+2 -2)
📝 tools/asynqmon/cmd/ps.go (+1 -1)

📄 Description

Prework for #39


🔄 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/93 **Author:** [@hibiken](https://github.com/hibiken) **Created:** 2/21/2020 **Status:** ✅ Merged **Merged:** 2/22/2020 **Merged by:** [@hibiken](https://github.com/hibiken) **Base:** `master` ← **Head:** `feature/ps` --- ### 📝 Commits (4) - [`b329583`](https://github.com/hibiken/asynq/commit/b3295837e1f061aa48cb53c7d65e5033beb725a5) Add ProcessState type to base package - [`db1bb78`](https://github.com/hibiken/asynq/commit/db1bb783d142aa6885131b4e601a92021f1868d8) Add workers key in base package - [`88f4a2e`](https://github.com/hibiken/asynq/commit/88f4a2e7799980ad2205142ff37a838e5be05ecc) Include worker stats to ProcessState - [`3b7f0a5`](https://github.com/hibiken/asynq/commit/3b7f0a58dee2caa8ef3f749cb484cc794c1520d1) Update WriteProcessState to write both ProcessInfo and WorkerInfo to ### 📊 Changes **12 files changed** (+648 additions, -195 deletions) <details> <summary>View changed files</summary> 📝 `background.go` (+11 -14) 📝 `heartbeat.go` (+8 -23) 📝 `heartbeat_test.go` (+6 -7) 📝 `internal/base/base.go` (+168 -23) 📝 `internal/base/base_test.go` (+137 -1) 📝 `internal/rdb/inspect_test.go` (+33 -14) 📝 `internal/rdb/rdb.go` (+47 -33) 📝 `internal/rdb/rdb_test.go` (+215 -59) 📝 `processor.go` (+12 -13) 📝 `processor_test.go` (+8 -5) 📝 `subscriber.go` (+2 -2) 📝 `tools/asynqmon/cmd/ps.go` (+1 -1) </details> ### 📄 Description Prework for #39 --- <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:32 +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#1610
No description provided.