maxkb/apps/ops/celery
朱潮 c4eaeb6499 修复Celery递归调用错误
- 移除Django应用配置中的手动任务注册
- 使用Celery的imports配置确保任务模块被导入
- 避免在ready()方法中访问Celery应用
- 使用Celery的自动发现机制处理任务注册

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-31 01:33:18 +08:00
..
__init__.py 修复Celery递归调用错误 2025-08-31 01:33:18 +08:00
const.py feat: implement web knowledge synchronization with ForkManage and related handlers 2025-04-28 11:27:59 +08:00
decorator.py feat: implement web knowledge synchronization with ForkManage and related handlers 2025-04-28 11:27:59 +08:00
heartbeat.py feat: implement web knowledge synchronization with ForkManage and related handlers 2025-04-28 11:27:59 +08:00
logger.py refactor: replace logging with maxkb_logger for consistent logging across modules 2025-06-25 16:46:50 +08:00
signal_handler.py refactor: replace logging calls with maxkb_logger for consistency 2025-06-25 17:37:09 +08:00
utils.py refactor: change dir permission. 2025-08-08 18:02:10 +08:00