Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
integrated-scheduling-v3
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
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
张晓彤
integrated-scheduling-v3
Commits
2c8e6d4e
Commit
2c8e6d4e
authored
May 29, 2025
by
Allvey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
取消二次调度启动
parent
43533cf2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
dispatcher.py
core/dispatcher.py
+7
-2
No files found.
core/dispatcher.py
View file @
2c8e6d4e
...
@@ -64,8 +64,13 @@ class Dispatcher:
...
@@ -64,8 +64,13 @@ class Dispatcher:
groups_id
=
DispatchInfo
.
get_all_groups_id
()
groups_id
=
DispatchInfo
.
get_all_groups_id
()
for
group_id
in
groups_id
:
for
group_id
in
groups_id
:
if
group_id
not
in
self
.
group_list
:
if
group_id
not
in
self
.
group_list
:
group
=
Group
(
group_id
,
self
.
truck
,
self
.
pre_sch
,
self
.
excavator
,
self
.
dump
,
self
.
topo
)
try
:
group
.
info_update
()
group
=
Group
(
group_id
,
self
.
truck
,
self
.
pre_sch
,
self
.
excavator
,
self
.
dump
,
self
.
topo
)
group
.
info_update
()
except
Exception
as
es
:
self
.
logger
.
error
(
"分组更新异常"
)
self
.
logger
.
error
(
es
)
continue
if
len
(
group
.
group_trucks
)
!=
0
:
if
len
(
group
.
group_trucks
)
!=
0
:
self
.
group_list
[
group_id
]
=
group
self
.
group_list
[
group_id
]
=
group
...
...
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