Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
Could anyone shed some light on to why this could be happening? We have one shop onboarded with our app that was firing shop/update webhooks hundreds of times every minute. We have a lambda function that processes our webhooks, and we did not see any actual updates to any of the shop parameters in between each update, yet for hours on end we were getting hundreds of requests per minute from this one store. Any ideas on to what could cause something like this? As a temporary effort to reduce load on our system, we unsubscribed from this particular shop's shop/update webhook and immediately saw a significant reduction in traffic.