Constrain profile endpoint handling to profile_updates writer workers

And update relevant documentation/integration test config.
This commit is contained in:
Andrew Morgan
2026-03-17 16:19:49 +00:00
parent 5b4d505488
commit 86572c63ed
6 changed files with 58 additions and 5 deletions
@@ -60,12 +60,13 @@ if [[ -n "$SYNAPSE_COMPLEMENT_USE_WORKERS" ]]; then
federation_inbound, \
federation_reader, \
federation_sender, \
profile_updates, \
synchrotron, \
client_reader, \
appservice, \
pusher, \
device_lists:2, \
stream_writers=account_data+presence+receipts+to_device+typing"
stream_writers=account_data+presence+profile_updates+receipts+to_device+typing"
fi
log "Workers requested: $SYNAPSE_WORKER_TYPES"