Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE3
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
5
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
b1684905
authored
Jan 17, 2022
by
Szeberényi Imre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
requiremens fix
parent
0b6d0c2a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
circle/vm/tasks/vm_tasks.py
+1
-0
requirements/base.txt
+1
-0
No files found.
circle/vm/tasks/vm_tasks.py
View file @
b1684905
...
...
@@ -37,6 +37,7 @@ def check_queue(node_hostname, queue_id, priority=None):
if
priority
is
not
None
:
queue_name
=
queue_name
+
"."
+
priority
active_queues
=
get_queues
()
logger
.
debug
(
"ACTIVE_QUEUES
%
s:"
,
active_queues
)
if
active_queues
is
None
:
return
False
queue_names
=
(
queue
[
'name'
]
for
worker
in
active_queues
.
values
()
...
...
requirements/base.txt
View file @
b1684905
...
...
@@ -31,6 +31,7 @@ logutils==0.3.5
MarkupSafe==2.0.1
netaddr==0.8.0
psycopg2==2.9.2
psutil==5.8.0
Pygments==2.10.0
pylibmc==1.6.1
python-dateutil==2.8.2
...
...
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