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
b75c238c
Commit
b75c238c
authored
May 27, 2020
by
Ignacio
Browse files
show
parent
12175f32
Changes
1
Hide whitespace changes
Inline
Side-by-side
stream_kubejobs/__init__.py
View file @
b75c238c
...
...
@@ -185,7 +185,7 @@ class KubeJobStreamProgress(Plugin):
pipe
=
self
.
rds
.
pipeline
()
pipe
.
get
(
'job:inserted_count'
)
pipe
.
get
(
'job:completed_count'
)
pipe
.
get
(
'job:processing'
)
pipe
.
llen
(
'job:processing'
)
pipe
.
llen
(
'job'
)
inserted_items
,
items_completed
,
num_processing_jobs
,
main_q_size
=
pipe
.
execute
()
...
...
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