modelRT/task
douxu 9661278935 refactor: rename TaskParams to Params and remove debug prints
- rename TaskParams interface to Params in task/base_task.go for brevity                                                     - remove debug fmt.Println/Printf statements from graph.go and handler_factory.go
  - fix is_local flag from false to true for existing test components in deploy.md                                             - add 6 new test component records (ns4-ns8) to deploy seed data
2026-04-28 17:41:28 +08:00
..
base_task.go refactor: rename TaskParams to Params and remove debug prints 2026-04-28 17:41:28 +08:00
handler_factory.go refactor: rename TaskParams to Params and remove debug prints 2026-04-28 17:41:28 +08:00
initializer.go refactor: overhaul async task handler routing and fix data consistency 2026-04-27 17:55:38 +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 refactor: overhaul async task handler routing and fix data consistency 2026-04-27 17:55:38 +08:00
queue_producer.go refactor: overhaul async task handler routing and fix data consistency 2026-04-27 17:55:38 +08:00
retry_manager.go Refactor: extract task constants to dedicated constants package 2026-04-22 17:20:26 +08:00
retry_queue.go refactor: overhaul async task handler routing and fix data consistency 2026-04-27 17:55:38 +08:00
test_task.go refactor: overhaul async task handler routing and fix data consistency 2026-04-27 17:55:38 +08:00
types.go refactor: overhaul async task handler routing and fix data consistency 2026-04-27 17:55:38 +08:00
worker.go refactor: overhaul async task handler routing and fix data consistency 2026-04-27 17:55:38 +08:00