• Jim Fulton's avatar
    Client disconnect errors are now transient errors. When · 98ac50eb
    Jim Fulton authored
      applications retry jobs that raise transient errors, jobs (e.g. web
      requests) with disconnect errors will be retried. Together with
      blocking synchronous ZEO server calls for a limited time while
      disconnected, this change should allow brief disconnections due to
      server restart to avoid generating client-visible errors (e.g. 500
      web responses).
    98ac50eb
Exceptions.py 1.32 KB