mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-06-25 14:32:05 +00:00
fix: 修复 redis lock 导致 celery 异步任务卡住不执行的问题
This commit is contained in:
parent
5af6f89229
commit
a0f27a9476
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user