We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2df376d commit 4fbccb5Copy full SHA for 4fbccb5
server.py
@@ -223,9 +223,9 @@ def _run_update_loop(self):
223
self.stats["update_extended_data_failure"] += 1
224
self._add_error(error_desc)
225
time.sleep(30)
226
- except Exception as e:
227
- self.logging.info(f"💀 update loop got error: {e}\nSleeping a few minutes and retrying.")
228
- time.sleep(600)
+ except Exception as e:
+ self.logging.info(f"💀 update loop got error: {e}\nSleeping a few minutes and retrying.")
+ time.sleep(600)
229
except Exception as e:
230
self.logging.info(f"💀 update loop terminates: {e}")
231
finally:
0 commit comments