save code

This commit is contained in:
xsl
2026-02-27 22:56:59 +08:00
parent 73e356def7
commit 339e7dc1f6
5 changed files with 207 additions and 16 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import logging
QUEUE_NAME = 'task_queue'
# 配置
REDIS_HOST = '192.168.101.118'
REDIS_HOST = '127.0.0.1'#'192.168.101.118'
REDIS_PORT = 6379
REDIS_DB = 0
DEFAULT_TIMEOUT = (60*20)