标签: python redis celery publish-subscribe
我想将redis subpub(或sqs)消息发送到烧瓶应用程序并让应用程序在收到消息时执行操作。我正在考虑使用芹菜,但我无法弄清楚如何让芹菜在后台运行并在收到消息时采取行动。有什么想法吗?