tsnoam · GitHub

@tsnoam

@tsnoam

Closed

Eldinnie

while 1:
def _bootstrap(self, max_retries, clean, webhook_url, allowed_updates, cert=None,
bootstrap_interval=5):
retries = [0]
return False

def bootstrap_clean_updates():
self._clean_updates()
retries[0] = 0
sleep(1)

self._network_loop_retry(bootstrap_set_webhook, bootstrap_onerr_cb,
else:
self.logger.exception(msg)
raise
def bootstrap_del_webhook():
timeout=10,
clean=False,
bootstrap_retries=0,
bootstrap_retries=-1,
…trap_retries value
[ci skip]

Eldinnie

@tsnoam

@tsnoam

tsnoam deleted the resilient_bootstrap branch

March 2, 2018 21:11

This was referenced

Mar 2, 2018

Closed

Closed

Merged

Merged

Merged

Bibo-Joshi

Comment on lines +232 to +233

Read the original on github.com ↗