opsgenie / opsgenie-configuration-backup

Backup your OpsGenie account's configuration and restore it later
https://opsgenie.com
Apache License 2.0
28 stars 26 forks source link

Configuration API Rate Limits #21

Closed vitrecca closed 6 years ago

vitrecca commented 6 years ago

It would be grate if we can set max speed in API calls (max concurrent threads in the pool and wait time after each api call or file write). In my case OpsGenie keeps cancelling my exports because max config api rate is reached. Thanks

mbaris commented 6 years ago

We are aware of this problem and created an internal issue. Thanks for reporting it on both intercom and here.

bneqld commented 6 years ago

Is there any kind of a timeline for this to get solved?

mbaris commented 6 years ago

Sorry for any inconvenience. v0.19.0 should fix your problem. We have introduced a retry policy with an exponential backoff with this version.