I have my application configured to listen to customer updates via webhooks. My customers often make bulk updates to their customer directory using the import feature in Square. When they do this, Square attempts to send hundreds or even thousands of webhook updates to my application within a few milliseconds, crashing my application. Is there a way to throttle webhook updates so that Square only attempts to send a limited number per second?
6 posts - 2 participants