Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
A
aidso-data
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Yaowentong
aidso-data
Commits
1efc8c84
Commit
1efc8c84
authored
Jun 25, 2026
by
Yaowentong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改告警调度
parent
ca97dae2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
robot_utils.py
aidso_geo/utils/robot_utils.py
+3
-4
No files found.
aidso_geo/utils/robot_utils.py
View file @
1efc8c84
...
@@ -343,14 +343,12 @@ def task_queue_backlog():
...
@@ -343,14 +343,12 @@ def task_queue_backlog():
if
__name__
==
'__main__'
:
if
__name__
==
'__main__'
:
logger
.
info
(
"监控调度器启动"
)
logger
.
info
(
"监控调度器启动"
)
scheduler
=
BlockingScheduler
(
timezone
=
"Asia/Shanghai"
)
scheduler
=
BlockingScheduler
(
timezone
=
"Asia/Shanghai"
)
#
scheduler
.
add_job
(
scheduler
.
add_job
(
fail_task_send_feishu
,
fail_task_send_feishu
,
trigger
=
'cron'
,
trigger
=
'cron'
,
hour
=
'0,6,12,18'
,
minute
=
10
,
minute
=
3
,
id
=
'fail_task_send_feishu'
,
id
=
'fail_task_send_feishu'
,
max_instances
=
1
,
max_instances
=
1
,
coalesce
=
True
,
coalesce
=
True
,
...
@@ -383,5 +381,6 @@ if __name__ == '__main__':
...
@@ -383,5 +381,6 @@ if __name__ == '__main__':
"task_queue_backlog(每小时), "
"task_queue_backlog(每小时), "
"sync_third_usage_once(每小时)"
"sync_third_usage_once(每小时)"
)
)
scheduler
.
start
()
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment