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


13 Replies
Could you please share the email associated with your account so that I can take a look?
Avryosef64@gmail.com
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/
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.deleteHow does a store manage to send so much requsts when there are larger stores we serve at a fraction of the cost?
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
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?
I don't know what dev store you're referring to
lincraft
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
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
Going to mark this thread as closed. Please feel free to reopen it by writing a message.
Do you like this answer?