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
de5af0cd
Commit
de5af0cd
authored
Jun 07, 2022
by
张晓彤
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
submission 日志输出异常
parent
f0993b80
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
dispatcher.py
dispatcher.py
+3
-3
No files found.
dispatcher.py
View file @
de5af0cd
...
...
@@ -726,7 +726,7 @@ class DispatchSubmission:
raise
Exception
(
"调度计划表与实时监控不匹配"
)
self
.
logger
.
info
(
"dispatch-to-redis"
)
self
.
logger
.
in
to
(
item
.
id
,
item
.
truck_id
,
item
.
exactor_id
,
item
.
dump_id
)
self
.
logger
.
in
fo
(
item
.
id
+
" "
+
item
.
truck_id
+
" "
+
item
.
exactor_id
+
" "
+
item
.
dump_id
)
except
Exception
as
es
:
self
.
logger
.
error
(
es
)
item
=
(
...
...
@@ -762,7 +762,7 @@ class DispatchSubmission:
raise
Exception
(
"调度计划表与实时监控不匹配"
)
self
.
logger
.
info
(
"dispatch-to-redis"
)
self
.
logger
.
in
to
(
item
.
id
,
item
.
truck_id
,
item
.
exactor_id
,
item
.
dump_id
)
self
.
logger
.
in
fo
(
item
.
id
+
" "
+
item
.
truck_id
+
" "
+
item
.
exactor_id
+
" "
+
item
.
dump_id
)
except
Exception
as
es
:
self
.
logger
.
error
(
es
)
item
=
(
...
...
@@ -802,7 +802,7 @@ class DispatchSubmission:
# self.logger.info(DeviceMap.excavator_index_to_uuid_dict[dispatch_seq[1]])
self
.
logger
.
info
(
"item"
)
self
.
logger
.
in
to
(
item
.
id
,
item
.
truck_id
,
item
.
exactor_id
,
item
.
dump_id
)
self
.
logger
.
in
fo
(
item
.
id
+
" "
+
item
.
truck_id
+
" "
+
item
.
exactor_id
+
" "
+
item
.
dump_id
)
except
Exception
as
es
:
self
.
logger
.
error
(
es
)
item
=
(
...
...
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