Operation timed out after 30001 milliseconds with 0 bytes received with status code 0\nError Code: 0
- 0
- Functions
- Cloud
Hiii π Did you use CLI to deploy the function? If so, can you double check function settings? It might have change back to 30
I deploy it through github sir
Thanks. Cloud is back to stable now, does the problem persist ?
Still got an operation timeout
RIght now
Before
Huge difference
Thanks for confirming. I am suspecting connection timeout, not request timeout. That could be due to infrastructure problem, or code problem. To rule that out, can you please try and see if simple hello world works as expected? Or something with 60 second sleep?
I dunno why I got 30 seconds of execution
and before I just got only atleast 10 seconds of execution
alright
I will run this code
Triggered in 21:41
and still waiting status
Update:
Is this on cloud? If so, make sure to include the Cloud tag on the post next time
Is it still?
nope its working right now
You created a new execution?
yes and its working right now
It probably failed before due to an outage
and this was executed successfully
Recommended threads
- My account is blocked so please check an...
My account is blocked so please unblock my account because all the apps are closed due to which it is causing a lot of problems
- Applying free credits on Github Student ...
So this post is kind of related to my old post where i was charged 15usd by mistake. This happens when you are trying to apply free credits you got from somewh...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...