#413 Large Payload in functions error

26 messages · Page 1 of 1 (latest)

worn lantern
#

The function fails with this error. I have a json body of around 10k objects.

amber tundra
worn lantern
#

yes cloud functions, how to fix

amber tundra
worn lantern
#

Suppose I have a database to work with and I need to process thois econtacts via functions. Any idea?

#

*contacts

amber tundra
worn lantern
#

ok I ma getting this error while sending 3k objects

#

Thanks I will try that

amber tundra
worn lantern
#

vary based on filter in custom databse

#

can be from 3k -20k

amber tundra
worn lantern
#

We will be sending some sms with appwrite functions

#

objects

#

one customer 1 obj

amber tundra
worn lantern
#

That has to be checked

#

whats the limit?

amber tundra
#

honestly i don't even know what's returning that 413

#

regardless, you really should be sending less data and doing less work

#

it's best to have functions finish as quick as possible

#

the longer you have functions running, the more likely something wrong can happen

worn lantern
#

ok suppose I have a list of 10k users can I fetch those directly in functions and in loop process?

#

My app is react based app and I want to handle the processing of users through functions

#

I am using functions like rest api