summary refs log tree commit diff
path: root/docker/configure_workers_and_start.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move the worker type error checking upfront github/rei/fork_comp-worker-shorthand rei/fork_comp-worker-shorthandOlivier Wilkinson (reivilibre)2023-03-091-12/+9
* Try to simplify the nginx generation codeOlivier Wilkinson (reivilibre)2023-03-091-39/+17
* Try to simplify parse_worker_typesOlivier Wilkinson (reivilibre)2023-03-091-142/+57
* Move final creation of a worker name to after the final check of why it can't...Jason Little2023-03-091-9/+9
* Try and apply review comments about sanitizing names.Jason Little2023-03-081-34/+49
* Remove condition based on number of portsJason Little2023-03-081-21/+16
* Update how worker_type specific options are merged into shared_config, and up...Jason Little2023-03-081-3/+3
* Update comments and a few other texty bits:Jason Little2023-03-071-26/+38
* Disambiguate a confusing mess of 'worker_roles', 'workers_roles', 'worker_typ...Jason Little2023-03-041-28/+28
* Change function name and fix docstring to be correct.Jason Little2023-03-041-5/+4
* Merge branch 'develop' into comp-worker-shorthandJason Little2023-03-031-1/+7
|\
| * Add support for knocking to workers. (#15133)Dirk Klimpel2023-03-021-0/+1
| * Dockerfile-workers: spell out when config isn't generated (#15186)David Robertson2023-03-021-1/+5
| * Allow use of the `/filter` Client-Server APIs on workers. (#15134)reivilibre2023-02-281-0/+1
* | Apply changes from review.Jason Little2023-03-031-264/+352
* | Fix conditional and update error message and comments.Jason Little2023-02-181-5/+11
* | Apply changes from review:Jason Little2023-02-181-96/+87
* | Caught a typoJason Little2023-01-261-1/+1
* | Allow for worker types to be merged and given a name.Jason Little2023-01-251-50/+320
* | Allow for a multipler to be added to a requested worker.Jason Little2023-01-221-1/+36
|/
* Move MSC3030 `/timestamp_to_event` endpoint to stable v1 location (#14471)Eric Eastwood2022-11-281-0/+2
* Remove need for `worker_main_http_uri` setting to use /keys/upload. (#14400)realtyem2022-11-161-4/+1
* Modernize configure_workers_and_start.py bootstrapping script for Dockerfile-...realtyem2022-11-091-15/+14
* Add all Stream Writer worker types to configure_workers_and_start.py (#14197)realtyem2022-11-081-7/+69
* Flush stdout/err in Dockerfile-workers before replacing the current process (...realtyem2022-10-181-12/+8
* Strip whitespace from worker types in Dockerfile-workers (#14165)realtyem2022-10-141-4/+2
* Set LD_PRELOAD to load jemalloc in Dockerfile-workers. (#14182)realtyem2022-10-141-1/+11
* Stabilize the threads API. (#14175)Patrick Cloke2022-10-141-0/+1
* Mark /relations endpoint as usable on workers. (#14028)Patrick Cloke2022-10-121-0/+27
* Add the ability to set the log level using the `SYNAPSE_TEST_LOG_LEVEL` envir...reivilibre2022-07-051-6/+14
* Improve startup times in Complement test runs against workers, particularly i...reivilibre2022-06-301-0/+7
* Refactor the Dockerfile-workers configuration script to use Jinja2 templates ...reivilibre2022-06-271-24/+12
* Use updated `update_user_directory_from_worker` options in Complement tests. ...reivilibre2022-06-151-3/+3
* Merge the Complement testing Docker images into a single, multi-purpose image...reivilibre2022-06-081-8/+14
* Add the `batch_send` endpoint to generic workers (#12868)Nick Mills-Barrett2022-05-251-0/+1
* Support registering Application Services when running with workers under Comp...reivilibre2022-05-231-0/+15
* Remove Caddy from the Synapse workers image used in Complement. (#12818)reivilibre2022-05-231-0/+5
* Add the `notify_appservices_from_worker` configuration option (superseding `n...reivilibre2022-05-061-2/+2
* Use supervisord to supervise Postgres and Caddy in the Complement image. (#12...reivilibre2022-04-271-1/+1
* disallow-untyped-defs in `docker` and `stubs` directories (#12528)David Robertson2022-04-251-11/+13
* Dockerfile-workers: reduce the amount we install (#12464)Richard van der Hoff2022-04-141-10/+9
* Dockerfile-workers: give the master its own log config (#12466)Richard van der Hoff2022-04-131-17/+31
* Fix up healthcheck generation for workers docker image (#12405)Richard van der Hoff2022-04-111-7/+9
* Add missing type definitions for scripts in docker folder (#12280)Jorge Florian2022-04-081-4/+5
* Create healthcheck script for synapse-workers container (#11429)Michael Kaye2021-11-261-0/+13
* Add support for `/_matrix/media/v3` APIs (#11371)Aaron R2021-11-171-11/+11
* Fix frontend_proxy jinja script in docker workers (#10783)kegsay2021-09-081-1/+1
* Run complement with Synapse workers manually. (#10039)Patrick Cloke2021-05-241-4/+4
* Add a dockerfile for running a set of Synapse worker processes (#9162)Andrew Morgan2021-04-141-0/+558