lauzoo / utterances

blog comment for https://liqiang.io
0 stars 0 forks source link

https://liqiang.io/post/celery-source-analysis-remote-manager-control #22

Closed utterances-bot closed 4 years ago

utterances-bot commented 4 years ago

Celery 源码解析五: 远程控制管理

今天要聊的话题可能被大家关注得不多,但是却很有用,那就是 Celery 的远程控制,我们可以在任意一台机器中执行 Celery 命令,从而使所有的 Celery 实例都可以按照我们的指令响应,是不是很有趣?在单机中我们有很多 IPC 方式可以实现,那么在分布式环境下 Cel

https://liqiang.io/post/celery-source-analysis-remote-manager-control

yuanke7 commented 4 years ago

不知所云

liuliqiang commented 4 years ago

@yuanke7 这位兄弟是不知道这个功能是什么?还是说对于文中介绍实现的方式觉得没有说清?