Hi, with 1.6.0 or 1.6.1 I had this workaround implemented in the docker-compose.yml
with the duplicate function containers, to prevent that deadlock issue of the workers (from https://github.com/appwrite/appwrite/issues/5629)
Can i safely remove this now, or is it still better to keep it with the new versions 1.6.2 or 1.7.x?
TL;DR
I think the workaround for duplicate main containers is no longer useful, as confirmed on Github. It was implemented to prevent deadlock issues with workers, but with versions 1.6.2 or 1.7.x, it may be safe to remove it.