Skip to content

Commit c5e468c

Browse files
committed
feat: rename pipeline exporter process to web #ignore
1 parent 22d1245 commit c5e468c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app_desc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ modules:
166166
value: 0
167167
description: 是否自动更新插件模型
168168
- key: CELERY_EXPORTER_PORT
169-
value: 5001
169+
value: 5000
170170
description: celery-exporter 监听端口
171171
- key: ENABLE_METRICS
172172
value: 1
@@ -216,7 +216,7 @@ modules:
216216
command: celery worker -A blueapps.core.celery -P threads -Q task_data_clean -n cleaner_worker@%h -c 100 -l info
217217
plan: 4C1G5R
218218
replicas: 2
219-
exporter:
219+
web:
220220
command: celery-prometheus-exporter --broker amqp://$RABBITMQ_USER:$RABBITMQ_PASSWORD@$RABBITMQ_HOST:$RABBITMQ_PORT/$RABBITMQ_VHOST --addr :$CELERY_EXPORTER_PORT --queue-list $CELERY_EXPORTER_QUEUE
221221
plan: 4C1G5R
222222
replicas: 1

0 commit comments

Comments
 (0)