zyc 6853b08fc9
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 2m16s
refactor: 切换 Celery broker 为火山引擎 Redis + 僵尸任务自动恢复
- Redis 从阿里云切换到火山引擎(同区域低延迟)
- delay() 失败改为 warning 日志 + 重试一次(不再静默吞异常)
- 新增 recover_stuck_tasks 定时任务,每10分钟扫描卡住的任务重新派发
- 轮询时每次 touch updated_at,防止活跃任务被误判为僵尸
- Celery worker 启用内嵌 Beat 调度器(-B 参数)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-27 10:26:04 +08:00
..
2026-03-13 17:17:01 +08:00