realtime docker is up and running but see 1000s lines of this in the logs:
TypeScript
[2024-05-20 10:51:47 *4899.152] NOTICE ThreadPool::create_thread(:322): create aio thread failed, please check your system configuration or adjust aio_worker_num, Error: Invalid argument[22]
[2024-05-20 10:51:47 *4774.149] NOTICE ThreadPool::create_thread(:322): create aio thread failed, please check your system configuration or adjust aio_worker_num, Error: Invalid argument[22]
[2024-05-20 10:51:47 *4899.152] NOTICE ThreadPool::create_thread(:322): create aio thread failed, please check your system configuration or adjust aio_worker_num, Error: Invalid argument[22]
[2024-05-20 10:51:47 *4899.152] NOTICE ThreadPool::create_thread(:322): create aio thread failed, please check your system configuration or adjust aio_worker_num, Error: Invalid argument[22]
[2024-05-20 10:51:47 *4899.152] NOTICE ThreadPool::create_thread(:322): create aio thread failed, please check your system configuration or adjust aio_worker_num, Error: Invalid argument[22]
[2024-05-20 10:51:47 *4774.149] NOTICE ThreadPool::create_thread(:322): create aio thread failed, please check your system configuration or adjust aio_worker_num, Error: Invalid argument[22]
Pub/sub connection established (worker: 148)
[2024-05-20 10:51:47 *4774.149] NOTICE ThreadPool::create_thread(:322): create aio thread failed, please check your system configuration or adjust aio_worker_num, Error: Invalid argument[22]
TL;DR
Realtime docker is running, but logs show 'create aio thread failed' errors. Check system config or adjust aio_worker_num setting.
**Solution:** Update system configuration or adjust aio_worker_num.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 ...