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
97c4b861
Commit
97c4b861
authored
Mar 01, 2023
by
张晓彤
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
穿越装载区代码测试
parent
3ad4cb99
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
app.py
app.py
+3
-0
No files found.
app.py
View file @
97c4b861
...
...
@@ -13,6 +13,7 @@ from core.submit import DispatchSubmission
from
core.group
import
GroupDispatcher
from
core.group
import
group_direct2redis
import
uuid
from
core.util
import
POST
config
=
{
"DEBUG"
:
True
,
# some Flask specific configs
...
...
@@ -412,6 +413,8 @@ def redispatch_request():
# 派车计划写入redis
truck_dispatch_to_redis
(
request_truck_id
,
group_id
,
target_excavator
)
POST
(
request_truck_id
)
# except Exception as es:
# logger.error(" ")
# logger.error(es)
...
...
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