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
14d0eb2f
Commit
14d0eb2f
authored
May 19, 2020
by
Ignacio
Browse files
m
parent
ce6ca7e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
stream_kubejobs/__init__.py
View file @
14d0eb2f
...
...
@@ -325,7 +325,7 @@ class KubeJobStreamProgress(Plugin):
%s remaining attempts"
)
%
(
self
.
app_id
,
self
.
attempts
))
self
.
LOG
.
log
(
traceback
.
format_exc
())
raise
raise
ex
def
run
(
self
):
self
.
running
=
True
...
...
@@ -342,8 +342,8 @@ class KubeJobStreamProgress(Plugin):
try
:
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