Delay when failing
This commit is contained in:
parent
bbd62654f8
commit
d0ceae758a
@ -77,6 +77,7 @@ def main():
|
|||||||
except Exception as e:
|
except Exception as e:
|
||||||
log.error(e)
|
log.error(e)
|
||||||
log.error('Error occured on expe {}'.format(expe.id))
|
log.error('Error occured on expe {}'.format(expe.id))
|
||||||
|
time.sleep(60)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user