feinoujc / Mandrill.net

Mailchimp Transactional (Mandrill) api client for .NET
MIT License
70 stars 26 forks source link

SendAsync - Returns MandrillException 100 #181

Closed idblew closed 10 months ago

idblew commented 1 year ago

Hi,

Having recently switched to using this package (previously was using shawnmclean/Mandrill-dotnet) I'm randomly seeing the below exception when calling Messages.SendAsync:

Mandrill.Model.MandrillException: status: error, code: -100, name: GeneralError, message: An unknown error occurred processing your request. Please try again later.

I believe that this might be related to the volume of calls being made to Mandrill from within our infrastructure.

Can anyone confirm if this is the most likely reason and if there are any recommendations for mitigating this?

TIA Ian

feinoujc commented 10 months ago

Closing because it doesn't seem to be related to the code and is likely something occurring on the server. Please reopen if you have a reproducible example