[ARVADOS] updated: 9e5d7b0dc43a85fc03740b39611545f470a63eb8

Git user git at public.curoverse.com
Fri Jun 24 11:31:32 EDT 2016


Summary of changes:
 sdk/python/arvados/events.py | 1 +
 1 file changed, 1 insertion(+)

       via  9e5d7b0dc43a85fc03740b39611545f470a63eb8 (commit)
      from  446a10bce8c5927fc506e0e9f3fc825a1849ea15 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 9e5d7b0dc43a85fc03740b39611545f470a63eb8
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Fri Jun 24 10:01:31 2016 -0400

    9488: Add log message to notify users on sucessful websocket reconnect. refs #9488

diff --git a/sdk/python/arvados/events.py b/sdk/python/arvados/events.py
index 81a9b36..a1b4638 100644
--- a/sdk/python/arvados/events.py
+++ b/sdk/python/arvados/events.py
@@ -123,6 +123,7 @@ class EventClient(object):
             for tries_left in RetryLoop(num_retries=25, backoff_start=.1, max_wait=15):
                 try:
                     self._setup_event_client()
+                    _logger.warn("Reconnect successful.")
                     break
                 except Exception as e:
                     _logger.warn("Error '%s' during websocket reconnect.", e)

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list