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
d65e8a63
Commit
d65e8a63
authored
May 19, 2020
by
Ignacio
Browse files
show
parent
14d0eb2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
stream_kubejobs/__init__.py
View file @
d65e8a63
...
...
@@ -316,9 +316,7 @@ class KubeJobStreamProgress(Plugin):
def
monitoring_application
(
self
):
try
:
self
.
_publish_measurement
()
return
items_completed
except
Exception
as
ex
:
self
.
LOG
.
log
(
ex
.
message
)
self
.
LOG
.
log
((
"Error: No application found for %s.
\
...
...
@@ -343,7 +341,6 @@ class KubeJobStreamProgress(Plugin):
time
.
sleep
(
self
.
collect_period
)
self
.
monitoring_application
()
except
Exception
:
self
.
log
(
"AAAAAAAAAAAAAAAAAA"
)
self
.
attempts
-=
1
def
validate
(
self
,
data
):
...
...
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