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
- Websites hosted on my appwrite sites hav...
Hello, all my websites hosted on appwrite sites are not running I am getting this message "This site can’t be reached drivehub.appwrite.network took too long t...
- Function global variables
when i create a top-level global variable in go or bun how will it behave? is the heap getting renewed on every execution or could i do some kind of temp. cachi...
- sh: vite: Permission denied
When installing the vue starter template as site and then adding DaisyUI, i get the error `sh: vite: Permission denied`. I also got this issue (with a fresh tem...