Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Use batching and retries when sending to backend (was: 503 Service Unavailable) #50

Open
rogerywoo opened this issue Jun 1, 2018 · 1 comment

Comments

@rogerywoo
Copy link

I often get 503 Service Unavailable from Microsoft ApplicationInsight. So, you should send the telemetry data asynchronously. To get around it I am using Laravel's queues.

Also from Microsoft:

"Officially supported SDKs have retry mechanism, and proper back-off logic, which would mitigate the impact on the app and ingestion issues. "

@SergeyKanzhelev
Copy link
Contributor

PHP SDK is not officially supported. We definitely need to add retry mechanism. Marking as an enhancement. I'd be happy to assist and accept PR if you are willing to contribute

@SergeyKanzhelev SergeyKanzhelev changed the title 503 Service Unavailable Use batching and retries when sending to backend (was: 503 Service Unavailable) Jun 15, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants