[PR #12] [MERGED] Add QueueMessageStats class and field to QueueMessage #208

Closed
opened 2026-02-16 01:16:28 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_deploy/pull/12
Author: @nerdai
Created: 6/11/2024
Status: Merged
Merged: 6/11/2024
Merged by: @nerdai

Base: mainHead: nerdai/message-stats-fields


📝 Commits (2)

📊 Changes

3 files changed (+18 additions, -1 deletions)

View changed files

📝 agentfile/message_queues/base.py (+1 -0)
📝 agentfile/message_queues/simple.py (+5 -1)
📝 agentfile/messages/base.py (+12 -0)

📄 Description

For logging various desirable message epochs, introduce QueueMessageStats

  • publish_time
  • start_processing_time
  • end_processing_time

🔄 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/run-llama/llama_deploy/pull/12 **Author:** [@nerdai](https://github.com/nerdai) **Created:** 6/11/2024 **Status:** ✅ Merged **Merged:** 6/11/2024 **Merged by:** [@nerdai](https://github.com/nerdai) **Base:** `main` ← **Head:** `nerdai/message-stats-fields` --- ### 📝 Commits (2) - [`c6adb24`](https://github.com/run-llama/llama_deploy/commit/c6adb24dbae9f86ff19bafeafd327bea1534b4de) add message stats - [`039a79a`](https://github.com/run-llama/llama_deploy/commit/039a79ae05afb5cb93f40b950806c946c1f6d070) add message stats ### 📊 Changes **3 files changed** (+18 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `agentfile/message_queues/base.py` (+1 -0) 📝 `agentfile/message_queues/simple.py` (+5 -1) 📝 `agentfile/messages/base.py` (+12 -0) </details> ### 📄 Description For logging various desirable message epochs, introduce `QueueMessageStats` - `publish_time` - `start_processing_time` - `end_processing_time` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 01:16:28 -05:00
yindo closed this issue 2026-02-16 01:16:28 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llama_deploy#208