You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting a lot of errors from MailChimp saying Recipient "[email protected]" has too many recent signup requests, since subscribe is firing on every onBeforeWrite() of a Member, and sometimes writes happen frequently.
Perhaps we could add something along the lines of this to onBeforeWrite()? To prevent API calls to MailChimp when nothing has changed.
I'm getting a lot of errors from MailChimp saying
Recipient "[email protected]" has too many recent signup requests
, since subscribe is firing on everyonBeforeWrite()
of aMember
, and sometimes writes happen frequently.Perhaps we could add something along the lines of this to
onBeforeWrite()
? To prevent API calls to MailChimp when nothing has changed.The text was updated successfully, but these errors were encountered: