Hi how solved it worker-messaging infinite reload Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 28672 bytes) in /usr/src/code/vendor/utopia-php/cache/src/Cache/Adapter/Redis.php on line 39 Appwrite 1.8.1
TL;DR
Fatal error due to memory size exhaustion while loading a worker messaging feature in Appwrite 1.8.1. To solve the issue, you need to increase the memory limit in your PHP configuration file, such as php.ini, to allow for more memory allocation.