Error got : Unexpected curl error between proxy and executor ID exc2 (110): Operation timed out\nError Code: 500
maybe something wrong with the code?
Manually execution works fine but getting failed in scheduled
What's your code?
code
so scheduled executions work now without changing any code?
Yes
deleted due to sensitive data. You might want to rotate your API key
I think that was execution timeout error, after today's successful execution. I have changed execution second more than 15 sec so that in futur, no error happen. Let's see next time
so your 2nd update...how many documents does it match?
But in today's execution New 5 users limit not updated to 0, don't know why
Also execution Id is changed i cannot find them by id but still have failed logs. I don't know how appwrite worksπ₯²
I mean, ID shown in image is not available they are changedπ€
Sooo is it still failing?
I have 28 docs in users collection but when .listDocument, I am getting users.total: 28 but inside of users.document: I am getting only 25 document objects.
Still I don't know how appwrite is working, so disappointed π
That's why scheduled function not updating limits of new 5(yesterday) and 3(today) users.π₯
No, Increased execution timeout and not failing
Total is the number of documents matching the filter queries. If no limit is supplied, the default is 25. You need to paginate
What do you mean you don't know how Appwrite is working?
What?
I mean, that's why scheduled execution updated only 25 docs yesterday
Any way to get all docs at once?? .limit('All')
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...