w
CI for csaxs_bec / test (pull_request) Failing after 1m26s
CI for csaxs_bec / test (push) Failing after 1m30s

This commit is contained in:
2026-01-27 10:01:59 +01:00
parent 4b17c9d168
commit c9957c2b2b
@@ -180,6 +180,9 @@ class JungfrauJochPreview:
# Happens when ZMQ partially delivers the multipart message
pass
except zmq.error.Again:
logger.info(
f"ZMQ Again exception, receive queue is empty for JFJ preview at {self.url}."
)
# Happens when receive queue is empty
time.sleep(0.1) # NOTE: Change sleep time to control polling rate