Skip to content

Commit dca169b

Browse files
committed
fix: 修改版本号和pipeline的web模块celery启动命令 TencentBlueKing#7625
1 parent 7dea734 commit dca169b

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ is_use_celery: True
66
author: 蓝鲸智云
77
introduction: 标准运维是通过一套成熟稳定的任务调度引擎,把在多系统间的工作整合到一个流程,助力运维实现跨系统调度自动化的SaaS应用。
88
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"
1010
category: 运维工具
1111
language_support: 中文
1212
desktop:

app_desc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
spec_version: 2
2-
app_version: "3.33.8"
2+
app_version: "3.34.1-rc.1"
33
app:
44
region: default
55
bk_app_code: bk_sops
@@ -226,7 +226,7 @@ modules:
226226
plan: 4C1G5R
227227
replicas: 2
228228
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
230230
plan: 4C1G5R
231231
replicas: 1
232232
node-timeout:

config/default.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
# mako模板中:<script src="/a.js?v=${ STATIC_VERSION }"></script>
217217
# 如果静态资源修改了以后,上线前改这个版本号即可
218218

219-
STATIC_VERSION = "3.33.8"
219+
STATIC_VERSION = "3.34.1-rc.1"
220220
DEPLOY_DATETIME = datetime.datetime.now().strftime("%Y%m%d%H%M%S")
221221

222222
STATICFILES_DIRS = [os.path.join(BASE_DIR, "static")]
@@ -688,6 +688,7 @@ def monitor_report_config():
688688

689689
from bk_monitor_report import MonitorReporter # noqa
690690
from bk_monitor_report.contrib.celery import MonitorReportStep # noqa
691+
691692
from blueapps.core.celery import celery_app # noqa
692693

693694
reporter = MonitorReporter(

0 commit comments

Comments
 (0)