[PR #423] [MERGED] refact: make the topic configurable for AWSMessageQueue #455

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_deploy/pull/423
Author: @masci
Created: 1/8/2025
Status: Merged
Merged: 1/9/2025
Merged by: @masci

Base: mainHead: massi/360


📝 Commits (5)

📊 Changes

12 files changed (+654 additions, -72 deletions)

View changed files

📝 .github/workflows/e2e_test.yml (+3 -0)
📝 .pre-commit-config.yaml (+2 -1)
e2e_tests/message_queues/aws/__init__.py (+0 -0)
e2e_tests/message_queues/aws/conftest.py (+90 -0)
e2e_tests/message_queues/aws/test_message_queue.py (+50 -0)
e2e_tests/message_queues/aws/workflow.py (+12 -0)
📝 llama_deploy/__init__.py (+1 -1)
📝 llama_deploy/apiserver/deployment.py (+1 -1)
📝 llama_deploy/deploy/deploy.py (+1 -1)
📝 llama_deploy/message_queues/aws.py (+62 -67)
📝 tests/apiserver/test_deployment.py (+1 -1)
tests/message_queues/test_aws.py (+431 -0)

📄 Description

Fixes #360


🔄 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/423 **Author:** [@masci](https://github.com/masci) **Created:** 1/8/2025 **Status:** ✅ Merged **Merged:** 1/9/2025 **Merged by:** [@masci](https://github.com/masci) **Base:** `main` ← **Head:** `massi/360` --- ### 📝 Commits (5) - [`77980c9`](https://github.com/run-llama/llama_deploy/commit/77980c9a24daf2cd3dd6a59880577756186e47c7) add e2e tests - [`18f298c`](https://github.com/run-llama/llama_deploy/commit/18f298cc2b9bdaffe1f2bf77b1132cd51eaf93e2) forgot - [`4517b0d`](https://github.com/run-llama/llama_deploy/commit/4517b0d167ba46353261a4e20da97ff4679c60ab) fix - [`9dc1f46`](https://github.com/run-llama/llama_deploy/commit/9dc1f46eba535271ec04b10ccd441ba87fc6e670) fix logger and add more tests - [`4423f8a`](https://github.com/run-llama/llama_deploy/commit/4423f8a528ae4dde08e2be578352e2fa883ad47c) fix test ### 📊 Changes **12 files changed** (+654 additions, -72 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/e2e_test.yml` (+3 -0) 📝 `.pre-commit-config.yaml` (+2 -1) ➕ `e2e_tests/message_queues/aws/__init__.py` (+0 -0) ➕ `e2e_tests/message_queues/aws/conftest.py` (+90 -0) ➕ `e2e_tests/message_queues/aws/test_message_queue.py` (+50 -0) ➕ `e2e_tests/message_queues/aws/workflow.py` (+12 -0) 📝 `llama_deploy/__init__.py` (+1 -1) 📝 `llama_deploy/apiserver/deployment.py` (+1 -1) 📝 `llama_deploy/deploy/deploy.py` (+1 -1) 📝 `llama_deploy/message_queues/aws.py` (+62 -67) 📝 `tests/apiserver/test_deployment.py` (+1 -1) ➕ `tests/message_queues/test_aws.py` (+431 -0) </details> ### 📄 Description Fixes #360 --- <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:17:25 -05:00
yindo closed this issue 2026-02-16 01:17:25 -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#455