Skip to content

Commit

Permalink
feat: rename pipeline exporter process to web #ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
normal-wls committed Sep 3, 2024
1 parent 22d1245 commit c5e468c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app_desc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ modules:
value: 0
description: 是否自动更新插件模型
- key: CELERY_EXPORTER_PORT
value: 5001
value: 5000
description: celery-exporter 监听端口
- key: ENABLE_METRICS
value: 1
Expand Down Expand Up @@ -216,7 +216,7 @@ modules:
command: celery worker -A blueapps.core.celery -P threads -Q task_data_clean -n cleaner_worker@%h -c 100 -l info
plan: 4C1G5R
replicas: 2
exporter:
web:
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
plan: 4C1G5R
replicas: 1
Expand Down

0 comments on commit c5e468c

Please sign in to comment.