如何在Python中管理/托管AWS SQS队列消费者?

发布于 2024-10-30 14:11:37 字数 227 浏览 2 评论 0原文

我目前正在开发一个用 Python 编写、利用 Amazon SQS 的分布式处理应用程序。

在 Python 中正确创建和托管队列使用者的最 Pythonic 方法是什么:

  • 可靠:如果出现问题并且使用者终止,则应执行一些反应性代码,并且应重新启动处理
  • 重用代码:必须有一些包出来可以帮助解决这个问题,如果不用重新发明轮子那就太好了:)

提前致谢!

I am currently working on a distributed processing application written in Python that utilises Amazon SQS.

What is the most Pythonic way of properly creating and hosting a queue consumer in Python that:

  • is reliable: if there is a problem and the consumer terminates, some reactive code should be executed and processing should restart
  • reuses code: there must be some packages out there to help with this, and it would be great not to have to re-invent the wheel :)

Thanks in advance!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

余罪 2024-11-06 14:11:37

您看过 Boto 吗?

当前和的集成接口
未来的基础设施服务
由亚马逊网络服务提供。
目前,这包括:

Simple Storage Service (S3)
SimpleQueue Service (SQS)
Elastic Compute Cloud (EC2) 

Have you looked at Boto?

An integrated interface to current and
future infrastructural services
offered by Amazon Web Services.
Currently, this includes:

Simple Storage Service (S3)
SimpleQueue Service (SQS)
Elastic Compute Cloud (EC2) 
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文