Files
MemoryBear/api/app
Ke Sun 504d87b0b0 feat(tasks): add celery task configuration for periodic jobs
- Add ignore_result=True to prevent storing results for periodic tasks
- Set max_retries=0 to skip failed periodic tasks without retry attempts
- Configure acks_late=False for immediate acknowledgment in beat tasks
- Add time_limit and soft_time_limit to regenerate_memory_cache task (3600s/3300s)
- Add time_limit and soft_time_limit to workspace_reflection_task (300s/240s)
- Add time_limit and soft_time_limit to run_forgetting_cycle_task (7200s/7000s)
- Improve task reliability and resource management for scheduled jobs
2026-01-30 12:14:39 +08:00
..
2026-01-12 15:59:10 +08:00
2026-01-19 16:41:11 +08:00
2026-01-29 19:27:02 +08:00
2026-01-29 19:27:02 +08:00
2026-01-29 12:33:40 +08:00
2026-01-29 16:03:44 +08:00
2026-01-29 18:06:32 +08:00
2026-01-29 17:05:49 +08:00
2026-01-26 11:53:34 +08:00
2026-01-21 17:58:46 +08:00
2026-01-20 10:36:30 +08:00
2025-12-24 20:35:04 +08:00
2026-01-29 12:33:40 +08:00