File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ is_use_celery: True
6
6
author : 蓝鲸智云
7
7
introduction : 标准运维是通过一套成熟稳定的任务调度引擎,把在多系统间的工作整合到一个流程,助力运维实现跨系统调度自动化的SaaS应用。
8
8
introduction_en : SOPS is a SaaS application that utilizes a set of mature and stable task scheduling engines to help realize cross-system scheduling automation, and integrates the work among multiple systems into a single process.
9
- version : 3.33.8
9
+ version : " 3.34.1-rc.1 "
10
10
category : 运维工具
11
11
language_support : 中文
12
12
desktop :
Original file line number Diff line number Diff line change 1
1
spec_version : 2
2
- app_version : " 3.33.8 "
2
+ app_version : " 3.34.1-rc.1 "
3
3
app :
4
4
region : default
5
5
bk_app_code : bk_sops
@@ -226,7 +226,7 @@ modules:
226
226
plan : 4C1G5R
227
227
replicas : 2
228
228
web :
229
- 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
229
+ command : celery-prometheus-exporter --broker amqp://$RABBITMQ_USER:$RABBITMQ_PASSWORD@$RABBITMQ_HOST:$RABBITMQ_PORT/$RABBITMQ_VHOST --addr 0.0.0.0 :$CELERY_EXPORTER_PORT --queue-list $CELERY_EXPORTER_QUEUE
230
230
plan : 4C1G5R
231
231
replicas : 1
232
232
node-timeout :
Original file line number Diff line number Diff line change 216
216
# mako模板中:<script src="/a.js?v=${ STATIC_VERSION }"></script>
217
217
# 如果静态资源修改了以后,上线前改这个版本号即可
218
218
219
- STATIC_VERSION = "3.33.8 "
219
+ STATIC_VERSION = "3.34.1-rc.1 "
220
220
DEPLOY_DATETIME = datetime .datetime .now ().strftime ("%Y%m%d%H%M%S" )
221
221
222
222
STATICFILES_DIRS = [os .path .join (BASE_DIR , "static" )]
@@ -688,6 +688,7 @@ def monitor_report_config():
688
688
689
689
from bk_monitor_report import MonitorReporter # noqa
690
690
from bk_monitor_report .contrib .celery import MonitorReportStep # noqa
691
+
691
692
from blueapps .core .celery import celery_app # noqa
692
693
693
694
reporter = MonitorReporter (
You can’t perform that action at this time.
0 commit comments