使用命令行检查芹菜配置



我在 docker 容器中运行芹菜,我想检查是否已应用选项 CELERY_TASK_RESULT_EXPIRES = '3600'

我尝试使用celery inspect confcelery inspect stats但命令永远不会结束。除此之外,芹菜运行良好并发挥作用。

你可以从芹菜检查中得到它。试试这个

celery -A app inspect report --timeout 10

找到花。它安装了

pip install flower
flower -A celery-app-name --port=5555

然后可以通过REST API访问芹菜。下面将给出工作线程配置

curl -w "n" http://localhost:5555/api/workers

相关内容

  • 没有找到相关文章

最新更新