dthonon / Client_API_VN

Export from VisioNature (Biolovision) web site to local postgresql database
GNU General Public License v3.0
3 stars 1 forks source link

Error counter should be reset is successful #155

Closed dthonon closed 2 years ago

dthonon commented 3 years ago

Currently, error counter is incremented at each error, even transient. It should be reset if a successful transmission occur, to avoid stopping after a few recovered transient errors.

dthonon commented 2 years ago

mentioned in commit 51acf4d1827da0aa6f70acea08493eb227ec9546

dthonon commented 2 years ago

Fixed in 51acf4d1827da0aa6f70acea08493eb227ec9546. Tested in case of error less transfer, but not in case of transient or permanent error on server side.