refactor(celery): 重构邮件任务代码并优化测试文件结构

将邮件任务代码从测试文件移动到核心任务模块
移除不再需要的测试文件引用
优化邮件任务的重试机制和错误处理
This commit is contained in:
2026-01-18 21:00:59 +08:00
parent 3c84706862
commit 00856e4b9c
3 changed files with 315 additions and 474 deletions

1
.gitignore vendored
View File

@@ -94,5 +94,4 @@ test*.py
*test.py
!test_redis_celery.py
!test_celery.py
!test_email.py
!test_celery_email.py