Sudden Spike in usage fees

I see the below for the last billing period, and for this period, I also see a sudden spike every day. Please advise
No description
No description
13 Replies
Chocci_Milk
Chocci_Milk4w ago
Could you please share the email associated with your account so that I can take a look?
A.C
A.COP4w ago
Avryosef64@gmail.com
Chocci_Milk
Chocci_Milk4w ago
I'm only using the data available to you and from my perspective, this just seems like general application usage. Most of it is webhooks and POST /analytics-data - Routes. Store katvr.myshopify.com seems to be your highest user There's no Gadget outage corresponding to these spikes (other than what was already credited on the 5th of Aug): https://status.gadget.dev/
No description
Chocci_Milk
Chocci_Milk4w ago
A couple of things that would be good to consider (which could lower your request time) is using the internal API when you don't need to run the corresponding action code and caching responses for route calls. For example, your api/routes/POST-analytics-data.js file has a couple of calls to your API that seem like they don't need to run the action code (shopifyCart.update, analyticsClient.upsert). I also forgot about await shopifyCartLineItem.delete
A.C
A.COP4w ago
How does a store manage to send so much requsts when there are larger stores we serve at a fraction of the cost?
Chocci_Milk
Chocci_Milk4w ago
I don't have the answer to that. I can only tell you information that I have available to me It can be a number of things, where you make the route call, if the store did a customer import, wtc
A.C
A.COP4w ago
What about the dev store, with abnormal hours, when I don't see any data for them? Something is strange; where is that coming from?
Chocci_Milk
Chocci_Milk4w ago
I don't know what dev store you're referring to
A.C
A.COP4w ago
lincraft
Chocci_Milk
Chocci_Milk4w ago
Lets take a step back here. What exactly do you need from me? The usage that I see on your app looks legitimate. That store doesn't actually look to be a dev store but instead a test store made by that merchant. They could be running real data through it
A.C
A.COP4w ago
I am trying to see what is causing such a high request for these stores, intresting what your saying about lincraft, will try to dig deeper
Chocci_Milk
Chocci_Milk3w ago
Going to mark this thread as closed. Please feel free to reopen it by writing a message.
Gizmo
Gizmo3w ago
Do you like this answer? ​

Did you find this page helpful?