Resources limit
Hello, I would like to ask if there is an option to set up a resources limit, let's say that costs will not reach more than 50€ for example.
Thanks.
5 Replies
No limits, you can setup billing alerts for most products under Notifications -> Add -> Usage Based Billing -> select product/etc
So in case of something like infinite loop there is no way to limit it, am I right?
Which product are you talking about? Most have protections against "infinite loops", like a service binding can only call so many times, a worker can only fetch itself so many times, etc
Workers
I am talking exactly about this case
Workers explicitly have a 1k sub request limit, and a max depth they can call one another, so it shouldn’t be an issue there
There are theoretically ways to cause infinite loops, but they require enough engineering to do that you basically have to do it intentionally