mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
a0ecffe961
After family=m7 was removed from the default e2e_service runner in #12274, TablesDB inherits the bare 4cpu runner with no instance-family pinning. Under paratest_processes: 3 the databases worker can't create attributes fast enough for the polling loop, producing "Expected 'available', Actual 'processing'" flakes across unrelated PRs. Match the Databases service override to give TablesDB its own 8cpu runner.