Rank 2: Process
Error got : Unexpected curl error between proxy and executor ID exc2 (110): Operation timed out\nError Code: 500
Votes
1
Replies
21
Participants
Unknown
Messages
22
Rank 2: Process
Error got : Unexpected curl error between proxy and executor ID exc2 (110): Operation timed out\nError Code: 500
Admin
maybe something wrong with the code?
Rank 2: Process
Manually execution works fine but getting failed in scheduled
Admin
What's your code?
Rank 2: Process
code
Admin
so scheduled executions work now without changing any code?
Rank 2: Process
Yes
Admin
deleted due to sensitive data. You might want to rotate your API key
Rank 2: Process
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
Admin
so your 2nd update...how many documents does it match?
Rank 2: Process
But in today's execution New 5 users limit not updated to 0, don't know why
Rank 2: Process
Also execution Id is changed i cannot find them by id but still have failed logs.
I don't know how appwrite works🥲
Rank 2: Process
I mean, ID shown in image is not available they are changed🤔
Admin
Sooo is it still failing?
Rank 2: Process
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 😔
Rank 2: Process
That's why scheduled function not updating limits of new 5(yesterday) and 3(today) users.😥
Rank 2: Process
No, Increased execution timeout and not failing
Admin
Total is the number of documents matching the filter queries. If no limit is supplied, the default is 25. You need to paginate
Admin
What do you mean you don't know how Appwrite is working?
Admin
What?
Rank 2: Process
I mean, that's why scheduled execution updated only 25 docs yesterday
Rank 2: Process
Any way to get all docs at once?? .limit('All')