SneaksAndData / adapta

Logging, data connectors, monitoring, secret handling and general lifehacks to make data people lives easier.
Apache License 2.0
8 stars 1 forks source link

[BUG] Handle Datadog API exception properly in DD log submission #439

Open matt035343 opened 3 months ago

matt035343 commented 3 months ago

Right now we simply apply exponential back off (PR #438) to API errors from DD, which could also be 429 Too Many requests that have a retry-after header which tells us exactly when to retry.