Still unable to access app even after usage has been reset for the new month

Request usage unexpectedly spiked last month and the quota was used before I noticed, so I was unable to check the cause. I figured I'd just have to wait until the new month started which was in just a few days, but even now I'm still unable to access the app.
No description
No description
9 Replies
Smelvin
Smelvin2mo ago
Hello atom, If you navigate to the Billing tab on the left side of your app list screen you can view where the request time by source came from.
No description
Smelvin
Smelvin2mo ago
You should always have editor access. Where does the clicking the app navigate you to? As well in the billing tab you can view request time by Triggers which will show you the actions using the most request time, in your case its the keepAlive action Your keepAlive is running quite a lot, its enqueuing actions every couple of seconds which ran your request time to 200% of your hobby request time.
atom
atomOP2mo ago
Clicking the app was just throwing this error - I had no editor access
No description
atom
atomOP2mo ago
but now it seems to be resolved, as I can access it now Yes somehow far too many recurring tasks got onto the queue. I've cleaned up the tasks so request time usage should be resolved now, but I will have to investigate exactly how that happened
Smelvin
Smelvin2mo ago
It looks like the keepAlive was enqueuing more frequently than intended. We do have an always-on add-on which would be more cost effective for this use case
atom
atomOP2mo ago
Searching https://docs.gadget.dev/ yields no results for "always-on", could you provide a link to the relevent documentation please?
Smelvin
Smelvin2mo ago
Unfortunately we do not have a page for it yet.
atom
atomOP2mo ago
Ok well any insight you can offer about this always-on add-on would be appreciated, since you think it would be a better fit for this use case
Smelvin
Smelvin2mo ago
With the pro-plan we have an optional add-on called always-on which keeps your application always running by having 1 worker active at all times. Its an extra $25 a month on top of the pro-plan.

Did you find this page helpful?