I think I just accidentally ran an infinite loop on my app while working on a page and I just used up all of my app’s data for the remainder of the month. My usage spiked like 20X from passed days. I unfortunately didn’t see this until it was too late. Here is a look at all of my usage
I am now out of workload units and will probably purchase more just for the rest of the month so that my I can still run my app. However, I want to be very cautious here. How do i make sure that when I re purchase more credits that the loop (or whatever is causing this to happen) won’t start running again? I went to the scheduler to see if I could pause and cancel the current tasks but I found nothing there.
Does that mean the loop API call has gone away and I no longer need to worry about it? If I purchase more credits it won’t magically appear again and start running, correct? Also I don’t know the exact workflow that cause this but it was just a testing page I was messing around with and I probably just won’t use it again unless I need to delete (which I will if I have to). I would really appreciate some advice as I want to make sure I won’t run out of credits again. Obviously I am very upset that this happened as it was just a mistake.