So I have a couple services, one is a scheduling engine responsible for fetching data from a database and launching a containerized micro service to process that data, the other is the containerized microservice that takes that data, fetches new data, and then organizes into AppWrites Database. When it is done, updates it's parent status to 2 which should stop it from being repulled again. However it appears app write is just sending me the same 25 rows again and again even though they are marked as complete in the DB. I've verified my worker services is appropriately changing job states in the DB so this shouldn't be happening.
For what it's worth, this appears to have happened in the middle of the night. my database was populating fine, then at about 408k rows progress stopped and it just started doing the same things over and over again so I'm at 1.5M requests on 435K rows 💀
Can anyone help me understand what's going on? I'm using the Python SDK.
The Behavior seems to be that I have to pull larger and larger pages of rows to get rows with fresh data. this has to be some kind of caching, right?
Recommended threads
- Local function execution results in HTTP...
Hi all, I'm trying to develop a new function on my Ubuntu 24.04 machine running the latest version of docker. I've read through the documentation to install and...
- Accidental deletion of two production da...
Hello Appwrite Support, We accidentally deleted two production databases and urgently need your help restoring them. What happened: On 2026-08-14 at approxima...
- hi guys! my site is not accesible in my ...