Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the Synapse Worker configuration with new base image name and …
…worker configuration (#105) This PR updates Complement's Synapse worker-flavoured docker image in a few ways: * Updates the base image name from `synapse:workers` to `synapse-workers`, as it's built from a separate Dockerfile from the base `matrixdotorg/synapse` image. * Update the `SYNAPSE_WORKERS` env var name to `SYNAPSE_WORKER_TYPES` * Switches to an explicit list of worker names. We dropped the `*` functionality after adding sharding capabilities. The worker configuration mirrors [that of sytest](https://github.com/matrix-org/sytest/blob/7d297956d6c5a177d2ea492ce6561b2e2500b291/lib/SyTest/Homeserver/Synapse.pm#L657-L1051). These changes grew out of [this PR on Synapse](matrix-org/synapse#9162) which changed the base image. I'd ideally like feedback from the Synapse team on the chosen worker configuration.
- Loading branch information