mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-14 09:45:51 +00:00
Merge 1e1ddc4b6c
into 8295de87a7
This commit is contained in:
commit
230fbad5db
3 changed files with 1 additions and 8 deletions
1
changelog.d/18126.removal
Normal file
1
changelog.d/18126.removal
Normal file
|
@ -0,0 +1 @@
|
|||
Remove deprecated worker generation script which causes app to crash on startup
|
|
@ -11,10 +11,6 @@ cat << EOF > generic_worker$i.yaml
|
|||
worker_app: synapse.app.generic_worker
|
||||
worker_name: generic_worker$i
|
||||
|
||||
# The replication listener on the main synapse process.
|
||||
worker_replication_host: 127.0.0.1
|
||||
worker_replication_http_port: 9093
|
||||
|
||||
worker_listeners:
|
||||
- type: http
|
||||
port: 808$i
|
||||
|
|
|
@ -36,10 +36,6 @@ cat << EOF > ${STREAM_WRITERS[$i]}_stream_writer.yaml
|
|||
worker_app: synapse.app.generic_worker
|
||||
worker_name: ${STREAM_WRITERS[$i]}_stream_writer
|
||||
|
||||
# The replication listener on the main synapse process.
|
||||
worker_replication_host: 127.0.0.1
|
||||
worker_replication_http_port: 9093
|
||||
|
||||
worker_listeners:
|
||||
- type: http
|
||||
port: $(expr $REP_START_PORT + $i)
|
||||
|
|
Loading…
Add table
Reference in a new issue