App reviews, troubleshooting, and recommendations
Hello,
I am creating an app whose main function will be receiving orders/create webhook and sending the order info to another site.
The working setup I've got currently sends the webhook upon creating an order through my server on heroku using HTTPS.
Will heroku reliably handle a heavier amount of webhooks and POST methods, say 100 orders/min?
Is there any way to test?
Here's a few questions to help you calculate a rough estimate of the "throughput" or the number of concurrent webhooks your heroku server can handle:
One way to load test, is by calling the function that's executed when a webhook is received by yourself several thousand times and measuring the overall average time for the function to finish execution.
This'll give you a lower bound on how fast webhooks will be serviced by your heroku server. Obviously, the more CPU, RAM or network quality you get for the heroku server, the faster the webhooks will be processed.
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024