refactor(celery): 重构邮件任务代码并优化测试文件结构
将邮件任务代码从测试文件移动到核心任务模块 移除不再需要的测试文件引用 优化邮件任务的重试机制和错误处理
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -94,5 +94,4 @@ test*.py
|
||||
*test.py
|
||||
!test_redis_celery.py
|
||||
!test_celery.py
|
||||
!test_email.py
|
||||
!test_celery_email.py
|
||||
Reference in New Issue
Block a user