Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
scc-net
netvs
netvs-core
Commits
7b2ddbe8
Commit
7b2ddbe8
authored
Oct 15, 2021
by
janis.streib
🦉
Browse files
FIX: serialization for polling
parent
6b588572
Changes
1
Hide whitespace changes
Inline
Side-by-side
middleware/net_suite/modules/macfinder/views.py
View file @
7b2ddbe8
...
...
@@ -78,7 +78,7 @@ def poll(job_id):
job
.
poll
(
session
,
db
,
get_db_conn
())
pipe
=
r
.
pipeline
()
pipe
.
multi
()
pipe
.
set
(
job_id
,
j
ob
)
pipe
.
set
(
job_id
,
j
son
.
dumps
(
job
.
__dict__
)
)
pipe
.
expire
(
job_id
,
60
*
60
*
12
)
pipe
.
execute
()
return
jsonify
(
job
)
...
...
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