modelRT/task
douxu 05c64dda14 chore: add imagePullPolicy and migrate WaitGroup to wg.Go
- add imagePullPolicy: IfNotPresent to all k8s Deployments, DaemonSet
    (grafana, jaeger, loki, rabbitmq, redis, promtail)
  - migrate wg.Add(1)/go/defer wg.Done() pattern to wg.Go() (Go 1.25+)
    in logger/loki_syncer.go and task/worker.go
  - simplify redundant map existence check before delete in diagram/graph.go
  - update deploy.md to reflect pg PVC size (6Gi) and resource limits
2026-06-10 16:40:50 +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 chore: add imagePullPolicy and migrate WaitGroup to wg.Go 2026-06-10 16:40:50 +08:00