fix: 添加 redis_url 配置字段,修复 REDIS_URL 环境变量不生效问题 #252
Reference in New Issue
Block a user
Delete Branch "fix/redis-url-config"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
问题根因
staging 环境 flag 100% 不生效的根本原因:
修复
在 WorkerSettings 中添加 redis_url 字段,让 REDIS_URL 环境变量正确映射。
影响范围