Hi <@U06E82QHSQG> could we remove all the custom l...
# squads
c
Hi @José Morales could we remove all the custom limits of the users listed here. If they need more API calls for testing purposes, we'll put them on the Enterprise plan on Stripe. The most urgent one now is orders@tradesmith.com Thank you so much! Let me know if there's anything we need from our end
Is it possible to adjust the database limit so that the Stripe plan precedes the 20K custom limit? This would give us control to grant more API calls to clients that request temporary increases without bothering you each time
j
How would that work? Would there be one plan for each customer that requests a different limit?
c
No, ideally we have this Enterprise product with 1M Api calls so we can put users who need more than 100k API calls ( premium plan) on that plan for a limited period of time
j
But how do you set limits by user if they're all on the same plan?
Oh, you're saying you want 1M for all those users
c
Exactly! we would rather give them a bit more than they ask ( in this case 1M instead of 600k) and streamline the process since it's only for a limited period of time
what do you think?
h
I am a bit concerned. If they call in parallel I am not sure if we can handle it well.
c
Even if it’s for a small sample of users ( under 10 total at the time)? @Han Wang
h
i mean they could start 100 machines and call our service in parallel
that is like DDoS attack
j
I can finish the concurrency limits PR, we could set the limit to be linked to the stripe plan, wdyt?
🙌 1
h
Yes I think that will be necessary
If you look at OpenAI there concurrency is associated with user tiers, only when you paid to a certain level you get promoted to the next tier
They also have request size limit