Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matheus Melo
stream_kubejobs
Commits
3d97faa0
Commit
3d97faa0
authored
May 19, 2020
by
Ignacio
Browse files
show
parent
d65e8a63
Changes
1
Hide whitespace changes
Inline
Side-by-side
stream_kubejobs/__init__.py
View file @
3d97faa0
...
...
@@ -196,7 +196,7 @@ class KubeJobStreamProgress(Plugin):
pipe
=
self
.
rds
.
pipeline
()
pipe
.
llen
(
'job'
)
pipe
.
llen
(
'job:processing'
)
pipe
.
llen
(
'job:results'
)
pipe
.
scard
(
'job:results'
)
main_q_size
,
num_processing_jobs
,
items_completed
=
pipe
.
execute
()
replicas
=
self
.
_get_num_replicas
()
or
self
.
last_replicas
...
...
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