Files
MemoryBear/api/app
Ke Sun 63baf3bd40 feat(celery): add comprehensive logging to worker and write task
- Initialize logging system in Celery worker entry point with LoggingConfig
- Add logger instance and startup message to celery_worker.py
- Reorganize imports in tasks.py for better readability and consistency
- Add detailed logging to write_message_task for debugging and monitoring
- Log task start with group_id, config_id, and storage_type parameters
- Log service execution and completion status with results
- Add exception handling with error logging and stack trace capture
- Log task completion time and Celery task ID for performance tracking
- Improves observability and troubleshooting of async task execution
2026-01-19 19:01:51 +08:00
..
2026-01-12 15:59:10 +08:00
2026-01-19 10:46:53 +08:00
2026-01-19 12:05:37 +08:00
2026-01-16 12:33:37 +08:00
2026-01-19 10:46:53 +08:00
2026-01-16 12:33:37 +08:00
2026-01-19 17:15:19 +08:00
2026-01-13 15:42:00 +08:00
2025-12-24 20:35:04 +08:00
2025-12-24 20:35:04 +08:00