-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: add synapse worker support #642
Closed
maxklenk
wants to merge
19
commits into
spantaleev:master
from
hpi-schul-cloud:feature/add-worker-support
Closed
Feature: add synapse worker support #642
maxklenk
wants to merge
19
commits into
spantaleev:master
from
hpi-schul-cloud:feature/add-worker-support
Commits on Apr 19, 2020
-
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
Configuration menu - View commit details
-
Copy full SHA for 353bc7c - Browse repository at this point
Copy the full SHA 353bc7cView commit details -
Add to synapse nginx template conditional URL rewrites for workers
· 😅 How to keep this in sync with the matrix-synapse documentation? · regex location matching is expensive · nginx syntax limit: one location only per block / statement · thus, lots of duplicate statements in this file
Configuration menu - View commit details
-
Copy full SHA for a14b9c0 - Browse repository at this point
Copy the full SHA a14b9c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf452fd - Browse repository at this point
Copy the full SHA cf452fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 66a4073 - Browse repository at this point
Copy the full SHA 66a4073View commit details -
nginx config: route traffic to workers on matrix-synapse
FIXME: horrid duplication in template file
Configuration menu - View commit details
-
Copy full SHA for e4763c2 - Browse repository at this point
Copy the full SHA e4763c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f63d28 - Browse repository at this point
Copy the full SHA 5f63d28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 765c046 - Browse repository at this point
Copy the full SHA 765c046View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46984a4 - Browse repository at this point
Copy the full SHA 46984a4View commit details
Commits on Aug 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 567d031 - Browse repository at this point
Copy the full SHA 567d031View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59d1fb7 - Browse repository at this point
Copy the full SHA 59d1fb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53ccc78 - Browse repository at this point
Copy the full SHA 53ccc78View commit details
Commits on Aug 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 06bc430 - Browse repository at this point
Copy the full SHA 06bc430View commit details
Commits on Sep 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a25a429 - Browse repository at this point
Copy the full SHA a25a429View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a3d84b - Browse repository at this point
Copy the full SHA 9a3d84bView commit details
Commits on Sep 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4fdfc0a - Browse repository at this point
Copy the full SHA 4fdfc0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8800253 - Browse repository at this point
Copy the full SHA 8800253View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e68d8b - Browse repository at this point
Copy the full SHA 1e68d8bView commit details
Commits on Sep 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 132daba - Browse repository at this point
Copy the full SHA 132dabaView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc2edcb - Browse repository at this point
Copy the full SHA fc2edcbView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.