im deploying a function and it is taking too long to complete, maybe appwrite cloud is having errors right now?
it probably failed...try again?
do I make a deployment again even if the previous one is still in "processing"?
what's your project id?
652e234a0cd29081e477
how big is your code?
about 1kb
is just a res.json with a message
some deployed, some not
how is it now?
Its still bad, some deploy and others stay in infinite processing
is that top one the latest?
how long do the builds typically take when they're successful?
weird...by builds seem fine:
this are the latest, and the build takes like 4 seconds when its successful
it also happens in another function i create recently
That's short enough where it shouldn't be getting killed...
its weird... have you seen this error before?
Seems like what's happening to me https://discord.com/channels/564160730845151244/1163301281859895316
Recommended threads
- unlike any other provider, your sites DN...
your nameservers dont work with a funny little CNAME error, which is a weird bug but thats what you get when you try to be the kitchen sink, funny errors.
- Weird Table Causes Console to break
I dont even know how this even happened looks like the $createdAt and , $id got switched? <@831428608895615056>
- I recently switched to TablesDb. When li...
olddb.list_documents( queries =[ Query.order_desc("timestamp"), Query.equal("isPosted",[False]) ] ) Above works fine and reruns documents But below don't return...