mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-03-09 15:40:09 +00:00
Updating rq and redis
This commit is contained in:
parent
6293805145
commit
c0f587926d
4 changed files with 15 additions and 8 deletions
|
|
@ -450,7 +450,7 @@ def create():
|
|||
memory,
|
||||
disk,
|
||||
iso,
|
||||
timeout=300)
|
||||
job_timeout=300)
|
||||
else:
|
||||
q.enqueue(
|
||||
setup_template_task,
|
||||
|
|
@ -460,7 +460,7 @@ def create():
|
|||
ssh_key,
|
||||
cores,
|
||||
memory,
|
||||
timeout=600)
|
||||
job_timeout=600)
|
||||
return '', 200
|
||||
return '', 200
|
||||
return None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue