modelRT/config
douxu f8c0951a13 Extend async task system with database integration and retry management
- Add AsyncTaskConfig to config structure
  - Create database operations for task state management (async_task_extended.go)
  - Add configuration middleware for Gin context
  - Extract task worker initialization to separate file (initializer.go)
  - Implement retry strategies with exponential backoff (retry_manager.go)
  - Add retry queue for failed task scheduling (retry_queue.go)
  - Enhance worker metrics with detailed per-task-type tracking
  - Integrate database operations into task worker for status updates
  - Add comprehensive metrics logging system
2026-04-03 10:07:43 +08:00
..
anchor_chan_config.go rewrite the real-time data acquisition and processing workflow 2025-01-21 16:35:44 +08:00
anchor_param_config.go optimize code of config 2026-01-29 17:00:20 +08:00
config.go Extend async task system with database integration and retry management 2026-04-03 10:07:43 +08:00
model_config.go refactor(logger): 1. optimize the logger log module design and add link tracking related designs 2025-06-05 15:56:40 +08:00