tap-freshdesk icon indicating copy to clipboard operation
tap-freshdesk copied to clipboard

TDL-20359 Add custom exception handling.

Open prijendev opened this issue 2 years ago • 0 comments

Description of change

  • Added custom exception class for each error code.
  • Added backoff logic to retry all 5xx errors, TimeoutError and ConnnectionError.
  • Set default timeout of 6 seconds as per documentation.
  • Added request timeout.
  • Skip 404 error for time_entries stream.
  • Added unit tests to verify error messages and retry counts.

Manual QA steps

Risks

Rollback steps

  • revert this branch

prijendev avatar Aug 23 '22 04:08 prijendev