You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logger.debug(f"LSN {target_lsn} is reconciled after {total_time}s")
270
270
else:
271
-
logger.debug(
272
-
f"LSN not yet reconciled. Reconciled: {reconciled_lsn}, target: {target_lsn}"
271
+
hard_sleep_seconds=30
272
+
logger.warning(
273
+
f"LSN header not found in query response. Available headers: {list(query_raw_headers.keys())}. Falling back to hard-coded sleep for {hard_sleep_seconds} seconds."
0 commit comments