Toggle navigation
Toggle navigation
This project
Loading...
Sign in
서승완
/
kappa
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
Rich Jones
2015-07-10 10:41:31 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4d2011dee3a43cce056adf3bc4fc41fa0d07e44e
4d2011de
1 parent
43185cbc
Well that was embarassing. Not sure how that happened.
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
kappa/function.py
kappa/function.py
View file @
4d2011d
...
...
@@ -98,9 +98,9 @@ class Function(object):
LOG
.
debug
(
'tailing function:
%
s'
,
self
.
name
)
log_result
=
self
.
log
.
tail
()
return
log_result
except
Exception
,
e
:
except
Exception
,
e
:
if
attempt
>
10
:
return
e
return
e
else
:
time
.
sleep
(
attempt
)
return
self
.
tail
(
attempt
+
1
)
...
...
Please
register
or
login
to post a comment