Skip to content

Fix: Decrement nTryes only in case of zmq timeout

Mikhail Karnevskiy requested to merge fix/ntries_CalDB into master

@haufs

In case if a calibration constant does not exists the function will try to retrieve it 120 times. After suggested changes the functions will try to retrieve the constant again only in case of the error: zmq.error.Again (Resource temproraly unavailable), which is raised in case of exceeded timeout.

Merge request reports