Skip to content

Commit 779d8fb

Browse files
committed
fix: worker command error
1 parent b9f88c2 commit 779d8fb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docker/bisheng/entrypoint.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,11 @@ elif [ "$start_mode" = "worker" ]; then
7979
# # 处理工作流相关任务的worker
8080
# start_workflow &
8181
# # 处理linsight相关任务的worker
82-
# start_linsight &
8382
# # 默认其他任务的执行worker,目前是定时统计埋点数据
8483
# start_default &
84+
8585
start_min_worker &
86+
start_linsight &
8687
start_beat
8788

8889
echo "All workers started successfully."

0 commit comments

Comments
 (0)