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 currently processing the payload via background processing (such as delayedjobs) even though the processing is very minimal. Is this the right way to go about it?
Also, what happens if there are many events coming from Mandrill? Is it smarter to batch the events to process them multiple at a time? If so, would love a few pointers.