Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们正在考虑用 Celery 替换我们本土的异步作业管理器。我们的 webapp 是 Perl,我们目前将作业作为 json 字符串提交给 rabbitmq,我们将继续使用 rabbitmq 作为消息代理。向 Celery 提交工作的最佳方式是什么?我在 CPAN 上没有看到 Celery 模块。