Problem description
When using the ManagedStreamingIngestClient I've noticed that I sometimes get a KustoThrottlingError.
It is mentioned that this is handled in the docs, see:
Transient failures, for example throttling, are retried three times, then moved to queued ingestion.
I believe an except on KustoThrottlingError is needed here managed_streaming_ingest_client.py, line 97.
Output of pip freeze
azure-kusto-data==4.6.3
azure-kusto-ingest==4.6.3