Hi, I'd like to implement an "exponential backoff" for retryable errors like 'INTERNAL_ERROR', 'RESOURCE_EXHAUSTED', 'RESOURCE_TEMPORARILY_EXHAUSTED' into my Python Google Ads API scripts. I've found the solution you provide <https://developers.google.com/analytics/devguides/reporting/core/v3/errors#backoff> for the Analytics API, but I'm not sure how to implement this for the Google Ads API, using the Python library.
Can you help me out? Best regards Mat -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/30d35d49-8aaf-41cd-ba5e-c9cadf8d9539%40googlegroups.com.
