FastDeploy
FastDeploy copied to clipboard
Using celery is very slow
Environment
FastDeploy version: e.g 0.8.0 or the latest code in develop branch OS Platform: Huawei Hardware: Atlas300I pro Program Language: Python 3.9
fastdeploy-python 0.0.0 fastdeploy-tools 0.0.5
Problem description
I am using celery + fastapi + fastdeploy on Huawei qilin arm64 Docker. But if I do not use celery, the inference time is 2s while 6s with celery. Does anyone know how to solve this?
ps: The time count is minimum (no redundant codes).