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.
Recommended threads
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...
- Any way to temporarily bypass the email ...
Hey guys, any way to bypass the email verification to use the accounts again? i need to recover some projects that due to recent changes have been stopped, and ...