modelRT/task
douxu 4d5fcbc376 Refactor async task system with unified task interfaces and add test task type
- Create task/types_v2.go with unified task type definitions and interfaces
    * Add UnifiedTaskType and UnifiedTaskStatus constants
    * Define Task:Params interface for parameter validation and serialization
    * Define UnifiedTask interface as base for all task implementations
    * Add BaseTask for common task functionality
2026-04-14 17:00:30 +08:00
..
handler_factory.go Refactor async task system with unified task interfaces and add test task type 2026-04-14 17:00:30 +08:00
initializer.go Extend async task system with database integration and retry management 2026-04-03 10:07:43 +08:00
metrics_logger.go Extend async task system with database integration and retry management 2026-04-03 10:07:43 +08:00
queue_message.go add code of async task system 2026-03-20 15:00:04 +08:00
queue_producer.go add code of async task system 2026-03-20 15:00:04 +08:00
retry_manager.go Extend async task system with database integration and retry management 2026-04-03 10:07:43 +08:00
retry_queue.go Extend async task system with database integration and retry management 2026-04-03 10:07:43 +08:00
test_task.go Refactor async task system with unified task interfaces and add test task type 2026-04-14 17:00:30 +08:00
types.go initialize the asynchronous task system's initial structure 2026-03-05 17:15:51 +08:00
types_v2.go Refactor async task system with unified task interfaces and add test task type 2026-04-14 17:00:30 +08:00
worker.go Extend async task system with database integration and retry management 2026-04-03 10:07:43 +08:00