Hello, we'll not use mailer & smser from appwrite, can we remove appwrite-worker-mails and appwrite-worker-messaging from compose (and from .env) without any negative effect ?
You can safely remove them. You just need to make sure they actually dont need them. messaging worker - sends SMS for sms logins mails - sends mails (magic url login, password reset, email confirm, ...)
Ok ty, we'll try so. How can I make thos post as resolved ?
[SOLVED] Disable some services
Recommended threads
- I'm getting an error on the console "j?....
On my self hosted instance version 1.8.1 the console is giving me this error when trying to view the rows for a table I recently created. My application is read...
- local build `composer installer:dev` iss...
setup - dev container (default linux universal) WSL (test with gh codespace too) - php 8.5.7 - all extensions installed - `composer install` fine - `composer...
- 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...