We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22d1245 commit c5e468cCopy full SHA for c5e468c
app_desc.yaml
@@ -166,7 +166,7 @@ modules:
166
value: 0
167
description: 是否自动更新插件模型
168
- key: CELERY_EXPORTER_PORT
169
- value: 5001
+ value: 5000
170
description: celery-exporter 监听端口
171
- key: ENABLE_METRICS
172
value: 1
@@ -216,7 +216,7 @@ modules:
216
command: celery worker -A blueapps.core.celery -P threads -Q task_data_clean -n cleaner_worker@%h -c 100 -l info
217
plan: 4C1G5R
218
replicas: 2
219
- exporter:
+ web:
220
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
221
222
replicas: 1
0 commit comments