errors: Unexpected curl error between proxy and executor: Operation timed out I tried to deploy two functions in python, both failed.
Hey there 👋 Hmm sounds annoying. Operation timeout means it got stuck and Appwrite terminated it in order to save it from being frozen. How did you create the deployment - manual, CLI?
by CLI. Now sent but it's weird
Oh, does it work now?
Hmm. Well, cool, it works at least 😅
let me ping @Christy Jacob here. Christy, can you see anything in history that could have caused this? Was there any downtime?
I created the project a few months ago but I still hadn't added a function. The first two attempts failed.
We recently invited many new developers to Cloud. There might be a bit of overload happening, causing deployment here-and-there to fail. We will investigate further for sure.
Thanks, I'll mark it as resolved, I performed four more deploys and everything went well. If it happens again let me know @Christy Jacob
[SOLVED] Failed to deploy function to cloud.appwrite.io
Did you create the function also around 2 months ago?
No. just the project. The function was created when I reported the failure here on Discord
Hmm okay.. please let us know if it happens again. Can you also share your project ID on DM? I'll try to see if I can find some logs
Ok
Recommended threads
- Dart Runtime as Function is missing
Hey guys, I set the _APP_FUNCTIONS_RUNTIMES to dart-3.10 and redeployed the appwrite stack but unfortunately the dart runtime doesnt show up. I copied the val...
- Go 1.25 runtime
So I'm trying to use go 1.25 for my functions and I can only find go-1.23 as a function runtime. So I did some searching and found https://github.com/appwrite/a...
- Python TablesDB Rework
Hi, i starting to rework some older functions to TablesDB list_rows Method. I used list_documents with a resultset with worked fine. Now i tried to get all rows...