modelRT/task
douxu cccd4becdc feat: add Loki logging, fix MQ shutdown order, improve realtime tracing
- add LokiConfig and batching lokiSyncer for dev-mode direct log push
  - refactor zap logger to support mode-aware encoding and K8s pod fields
  - fix RabbitMQ shutdown race: move CloseRabbitProxy to defer so channel
    closes before connection (prevents 504 error on Ctrl+C)
  - wrap MsgChan with EventMessage to carry per-cycle trace carrier
  - create new root OTel span per computation cycle linked to startup span,
    giving each cycle an independent traceID with startup as reference
2026-05-11 17:34:27 +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 feat: add Loki logging, fix MQ shutdown order, improve realtime tracing 2026-05-11 17:34:27 +08:00