Double check that all the fields in the data are correct.
I did tried it and now its not giving the error
But still, not all the expected queries are done
and also, it takes too long to clear all queries
It will be a bit hard to debug it without being able to see the code-flow.
Its something like inside a loop
I'll need to see and get the big picture
and in loop, all the queries are made
Can you create a redacted version of it.
How many queries & executions inside one-loop cycle? And what is the total cycles of the loop?
Maybe around 25-30 queries
but in real world it will be far more
So it best to have some way to see the code to get a grasp of the process.
Well, is there any rate limit on it
Not if you're using API key.
The code will be doing about 150 or more db create queries per function call
Yes, its using api key as its cloud function
Then you won't hit the rate limit.
This wouldnt be a issue right?
Nope
no doubt, calling the function wont be a common thing, it will be preety rare thing
Thanks a lot, now closing it
Server error [Closed]
[Closed] Server error
[SOLVED] Server error
Recommended threads
- Repository directory size should be less...
Whenever I create a function i get the error above. Is there a way to get around this? How do I fix this?
- "Waiting" executions
For my React Native App, I have had no issues deploying a function in Appwrite & the executions either working or failing. Now I am getting status code - 0 & j...
- Deployed to live, but functions only wor...
Deployed my serveless functions, noticed a request is only sent when I switch on my vpn, I have a feeling it's an ip related thing, I'd like some help troublesh...