modelRT/task
douxu c6545e29ba style: normalize log messages to lowercase across task package
- lowercase first letter of all logger.Info/Warn/Error message strings
    in task/worker.go, task/retry_queue.go, task/handler_factory.go,
    task/metrics_logger.go, task/retry_manager.go, task/queue_producer.go,
    task/initializer.go, task/test_task.go, and main.go
  - fix inline comments in main.go that mixed Chinese and uppercase English
  - align Dockerfile comment casing with project convention
2026-06-01 15:50:11 +08:00
..
base_task.go refactor: modernize Go idioms and add MongoDB K8s manifests 2026-05-29 14:28:58 +08:00
handler_factory.go style: normalize log messages to lowercase across task package 2026-06-01 15:50:11 +08:00
initializer.go style: normalize log messages to lowercase across task package 2026-06-01 15:50:11 +08:00
metrics_logger.go style: normalize log messages to lowercase across task package 2026-06-01 15:50:11 +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 style: normalize log messages to lowercase across task package 2026-06-01 15:50:11 +08:00
retry_manager.go style: normalize log messages to lowercase across task package 2026-06-01 15:50:11 +08:00
retry_queue.go style: normalize log messages to lowercase across task package 2026-06-01 15:50:11 +08:00
test_task.go style: normalize log messages to lowercase across task package 2026-06-01 15:50:11 +08:00
types.go refactor: overhaul async task handler routing and fix data consistency 2026-04-27 17:55:38 +08:00
worker.go style: normalize log messages to lowercase across task package 2026-06-01 15:50:11 +08:00