issues
search
singer-io
/
tap-pipedrive
A Singer.io tap for extracting data from the Pipedrive API
GNU Affero General Public License v3.0
13
stars
34
forks
source link
TDL-12667: Added retry mechanism for http error codes
#93
Closed
savan-chovatiya
closed
3 years ago
savan-chovatiya
commented
3 years ago
Description of change
Added retry mechanism for JSON error, the rate limit of seconds(429), and internal service(500) error.
Added exception handling for all HTTP error codes.
Manual QA steps
Manually raised JSON error and HTTP error codes and verified retries and error messages.
Run unit test cases which verify a number of retries and error message for all HTTP error codes.
Risks
No risk found
Rollback steps
revert this branch
Description of change
Manual QA steps
Risks
Rollback steps