文件名称:适用于Python 3的快速可靠的后台任务处理库。-Python开发
文件大小:1.29MB
文件格式:ZIP
更新时间:2024-06-14 06:39:38
Python Task Queues
Dramatiq Dramatiq是Python的分布式任务处理库,其重点是简单性,可靠性和性能。 看起来是这样的:import Dramatiq导入请求@ dramatiq.actor def count_word Dramatiq一个适用于Python 3的快速可靠的分布式任务处理库。Changelog:https://dramatiq.io/changelog.html社区:https:// reddit。 com / r / dramatiq文档:https://dramatiq.io安装如果要与RabbitMQ pip一起使用,请安装'dramatiq [rabbitmq,watch]',如果要与Redis pip安装,请与'dramatiq [redis,watch]一起使用]'快速入门确保您已运行RabbitMQ,然后创建一个名为example.py的新文件:import Dramatiq import requ