mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-08-24 21:01:26 -04:00
[PR #161] [CLOSED] AWS SQS MessageQueue Integration #298
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/161
Author: @nerdai
Created: 7/27/2024
Status: ❌ Closed
Base:
main← Head:aws-sqs-integration📝 Commits (8)
f81dd7fbring back the goods8e2fcd9cleanup of docstrings, constructor params and commentsb2f4992rename class to AWSMessageQueue9086875implement cleanup_local to delete topics and queues3e07029exponential backoff and graceful session mgmt714ce07remove message_group_id from constructor5dab492docstring cleanupcc8da65add test script with Bedrock-configured LLM📊 Changes
9 files changed (+1013 additions, -1 deletions)
View changed files
➕
examples/awssqs/simple-scripts/local_launcher_router_component_single.py(+69 -0)➕
examples/awssqs/simple-scripts/local_launcher_router_component_single_bedrock.py(+72 -0)➕
llama_agents/message_queues/aws_sqs/__init__.py(+4 -0)➕
llama_agents/message_queues/aws_sqs/aws_sqs.py(+257 -0)➕
llama_agents/message_queues/aws_sqs/base.py(+5 -0)➕
llama_agents/message_queues/aws_sqs/policies.py(+33 -0)➕
llama_agents/message_queues/aws_sqs/types.py(+18 -0)📝
poetry.lock(+550 -1)📝
pyproject.toml(+5 -0)📄 Description
This originally came from #158 but @nerdai made a silly error somehow and merged it into main prematurely. It has since been reverted from the main repo.
This is the PR re-opened.
(Cc @MartinRistov)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.