Multithread Storage file upload limits ?
Hi, I have been multithreading a backend process (Python) doing the following :
The only return from server that I have is : err=RemoteProtocolError('Server disconnected')
I guess a reserve proxy is handling entry quotas but I cannot find the official limits.
I am still on free tier as my usage is very limited (see screenshot).
What are the official limits on Supabase Storage calls ?
- multiple external API calls (not Supabase)
- upload 1 file per thread (max 1500Ko but mostly 200 to 500Ko) to Supabase storage
- concurrency = 4
- request per second = 5
The only return from server that I have is : err=RemoteProtocolError('Server disconnected')
I guess a reserve proxy is handling entry quotas but I cannot find the official limits.
I am still on free tier as my usage is very limited (see screenshot).
What are the official limits on Supabase Storage calls ?
