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
0a8379a4
Commit
0a8379a4
authored
Jul 15, 2020
by
Ignacio Morsch Schmid
Browse files
Update __init__.py
parent
939cd799
Changes
1
Hide whitespace changes
Inline
Side-by-side
stream_kubejobs/__init__.py
View file @
0a8379a4
...
...
@@ -103,7 +103,7 @@ class KubeJobStreamProgress(Plugin):
current_error
=
error1
if
self
.
error_option
else
error0
corrector_term_check
=
True
if
main_q_size
/
self
.
expected_time
>
input_flux
*
5
else
False
#This term exist to make the queue decrease
corrector_term_check
=
True
if
main_q_size
>
input_flux
*
5
else
False
#This term exist to make the queue decrease
error
=
current_error
...
...
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