-
I'm using SESv2 but the underlying issue probably applies to multiple SDK classes. The RequestRetryMode enum:
What is the difference between legacy and standard? I can find no documentation anywhere which explains when to use one or the other. Does legacy mean v1 of the API? This is confusing because |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Sorry for the lack of documentation. The difference between |
Beta Was this translation helpful? Give feedback.
Sorry for the lack of documentation. The difference between
Legacy
andStandard
isLegacy
has a max retry delay of 30 seconds versus 20 seconds forStandard
andStandard
adds some jitter in the retry delay. In the upcoming V4 of the SDK theLegacy
enum is going away.