Files
MemoryBear/api
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-16 13:18:37 +08:00
2026-01-19 17:52:04 +08:00
2025-12-22 17:52:00 +08:00
2025-12-24 21:01:04 +08:00
2025-12-29 14:51:23 +08:00