Marcel Partap
|
353bc7c362
|
Add initial support for synapse workers
· needs documentation; no checks yet for port clashes or typos in worker name
· according to https://github.com/matrix-org/synapse/wiki/Workers-setup-with-nginx#results
about 90% of requests go to the synchrotron endpoint
· thus, the synchrotron worker is especially suited to be load-balanced
· most of the other workers are documented to support only a single instance
· https://github.com/matrix-org/synapse/blob/master/docs/workers.md
|
2020-04-19 19:05:03 +02:00 |
|
Slavi Pantaleev
|
027056e027
|
Fix weird path creation
Fixes #403 (Github Issue).
|
2020-03-18 18:24:30 +02:00 |
|
Slavi Pantaleev
|
2b85fde103
|
Rename some variables for consistency
|
2020-03-15 10:15:27 +02:00 |
|
Horvath Gergely
|
a5d94eec0b
|
refactor variable names
|
2020-03-08 00:28:14 +01:00 |
|
Horvath Gergely
|
310aa685f9
|
refactor based on Slavi's requests
|
2020-03-08 00:24:00 +01:00 |
|
Slavi Pantaleev
|
b440d5b73c
|
Remove some fact definitions during runtime
|
2019-08-22 08:00:02 +03:00 |
|
Dan Arnfield
|
3982f114af
|
Fix CONDITIONAL_BARE_VARS deprecation warning in ansible 2.8
|
2019-05-21 10:25:59 -05:00 |
|
Slavi Pantaleev
|
fc7ba153b1
|
Make matrix-synapse role respect matrix_synapse_enabled flag
|
2019-05-21 10:46:49 +09:00 |
|