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
d19790e1
Commit
d19790e1
authored
May 27, 2020
by
Ignacio
Browse files
show
parent
39a52b52
Changes
1
Hide whitespace changes
Inline
Side-by-side
stream_kubejobs/__init__.py
View file @
d19790e1
...
...
@@ -183,8 +183,8 @@ class KubeJobStreamProgress(Plugin):
timestamp
=
time
.
time
()
*
1000
pipe
=
self
.
rds
.
pipeline
()
pipe
.
llen
(
'job:inserted_count'
)
pipe
.
llen
(
'job:completed_count'
)
pipe
.
get
(
'job:inserted_count'
)
pipe
.
get
(
'job:completed_count'
)
inserted_items
,
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