Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
F
ffm-baseline
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
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ML
ffm-baseline
Commits
d71928a3
Commit
d71928a3
authored
Aug 25, 2018
by
张彦钊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change argument
parent
d572343e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
diaryQueueUpdate.py
diaryQueueUpdate.py
+2
-3
No files found.
diaryQueueUpdate.py
View file @
d71928a3
...
...
@@ -243,7 +243,7 @@ def user_update(device_id, city_id, queue_name,data_set_cid):
else
:
print
(
"日记队列为空"
)
def
mult
_i
proecess_update
(
device_id
,
city_id
,
data_set_cid
):
def
mult
i_
proecess_update
(
device_id
,
city_id
,
data_set_cid
):
queue_name_list
=
[
"native_queue"
,
"nearby_queue"
,
"nation_queue"
,
"megacity_queue"
]
pool
=
Pool
(
4
)
for
queue_name
in
queue_name_list
:
...
...
@@ -258,7 +258,7 @@ def run():
for
device_city
in
device_city_list
:
start
=
time
.
time
()
mult
_i
proecess_update
(
device_city
[
0
],
device_city
[
1
],
data_set_cid
)
mult
i_
proecess_update
(
device_city
[
0
],
device_city
[
1
],
data_set_cid
)
end
=
time
.
time
()
print
(
"更新该用户队列耗时{}秒"
.
format
((
end
-
start
)))
print
(
"end"
)
...
...
@@ -270,7 +270,6 @@ if __name__ == "__main__":
# while True:
run
()
# # TODO 上线后把预测用户改成多进程预测
...
...
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