Hi Support,
We are randomly receiving this kind of error report from Sentry everyday. All of them seems related to metrics, please look at the error details below.
Error Details:
- Message: Duplicated document: Duplicate entry 'xxx' for key '_uid'
- transactions:
- sync_project_xxx_metric_builds.xxx.compute.total
- sync_project_xxx_metric_builds.xxx.compute.time
- sync_project_xxx_metric_builds.$all.compute.total
- sync_project_xxx_metric_builds.$all.compute.time
- sync_project_xxx_metric_documents.xxx.request.create
- sync_project_xxx_metric_documents.xxx.request.read
- sync_project_xxx_metric_project.$all.network.requests
We are doing horizontal scaling with shared storage, shared MariaDB, shared Redis, and shared InfluxDB. We have these service scaling horizontally, are there any non-scalable services and we left it scaling causing this error?
- traefik
- appwrite
- appwrite-realtime
- appwrite-worker-audits
- appwrite-worker-webhooks
- appwrite-worker-deletes
- appwrite-worker-databases
- appwrite-worker-builds
- appwrite-worker-certificates
- appwrite-worker-functions
- appwrite-worker-mails
- appwrite-worker-messaging
- appwrite-worker-migrations
- appwrite-maintenance
- appwrite-usage
- appwrite-schedule
- appwrite-assistant
- openruntimes-executor
- openruntimes-proxy
- telegraf
Recommended threads
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...
- 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...