- 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
|
||
|---|---|---|
| .. | ||
| base_task.go | ||
| handler_factory.go | ||
| initializer.go | ||
| metrics_logger.go | ||
| queue_message.go | ||
| queue_producer.go | ||
| retry_manager.go | ||
| retry_queue.go | ||
| test_task.go | ||
| types.go | ||
| worker.go | ||