fix: 修复 redis lock 导致 celery 异步任务卡住不执行的问题

pull/12867/head
wangruidong 2024-03-25 14:10:18 +08:00 committed by 老广
parent 5af6f89229
commit a0f27a9476
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ pymysql = "1.1.0"
django-redis = "5.3.0"
python-redis-lock = "4.0.0"
pyopenssl = "23.2.0"
redis = "4.6.0"
redis = { url = "https://github.com/jumpserver-dev/redis-py/archive/refs/tags/v5.0.3.zip" }
pymongo = "4.4.1"
pyfreerdp = "0.0.2"
ipython = "8.14.0"