mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-07-25 16:15:22 -04:00
[PR #423] [MERGED] refact: make the topic configurable for AWSMessageQueue #455
Reference in New Issue
Block a user
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/run-llama/llama_deploy/pull/423
Author: @masci
Created: 1/8/2025
Status: ✅ Merged
Merged: 1/9/2025
Merged by: @masci
Base:
main← Head:massi/360📝 Commits (5)
77980c9add e2e tests18f298cforgot4517b0dfix9dc1f46fix logger and add more tests4423f8afix test📊 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.