PagerDuty API has rate limits; see here and here. I would like to see this handler tackle the issue of hitting the rate limit (for example in case of a larger outage).
Maybe something like number of --retries parameter? Maybe even with configurable backoff, multiplier etc?