feat(observability): 为 API 和 worker 增加独立 pprof 诊断端口

This commit is contained in:
tangerineyu
2026-03-25 19:27:33 +08:00
parent 21efce6049
commit 9a0ba45a51
7 changed files with 144 additions and 1 deletions

View File

@@ -19,4 +19,9 @@ rabbitmq:
port: 5672
username: admin
password: password123
observability:
pprof:
enabled: true
api_addr: localhost:6060
worker_addr: localhost:6061