modelRT/task
douxu 195150d9b1 fix: fix K8s service names, deployment command, and GORM logger
- rename all K8s services to xxx-service convention and update
    all configmap references (postgres, mongodb, loki, jaeger)
  - add explicit command: ["/app/modelrt"] to deployment to prevent
    args from being treated as the executable (no ENTRYPOINT in
    Dockerfile)
  - set deploy_env to development to bypass Redis empty-password
    guard in non-production Minikube environment
  - fix GormLogger Info/Warn/Error to use fmt.Sprintf(msg, data...)
    so GORM printf-style messages are formatted correctly and avoid
    json: unsupported type: func() time.Time serialization panic
  - expand pg PVC storage from 2Gi to 6Gi
  - rename loop variable msg to task in PushTaskToRabbitMQ for clarity
  - align comment indentation in queue_producer.go
2026-06-03 17:11:54 +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 fix: fix K8s service names, deployment command, and GORM logger 2026-06-03 17:11:54 +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