PagerDuty / go-pagerduty

go client library for PagerDuty v2 API
https://v2.developer.pagerduty.com/docs/rest-api
Apache License 2.0
287 stars 241 forks source link

An initial implementation of client retries. #522

Closed ChuckCrawford closed 6 months ago

ChuckCrawford commented 6 months ago

Overview

Adds the ability to configure the client to retry certain types of failures.

Changes

When configured for retries:

Other Notes

Note that this functionality is not supported in the following API functions at this time:

This likely be optional functionality for the current 1.9 release. Please give us your feedback.