1
0

Move update_user_dir from worker type / config option to config option only

Also clean up the worker sample configuration section a little bit.
This commit is contained in:
Andrew Morgan
2021-08-16 17:50:47 +01:00
parent cbf0bbf0df
commit aa22e2f8fc
10 changed files with 38 additions and 37 deletions

View File

@@ -2761,16 +2761,23 @@ opentracing:
# events: worker1
# typing: worker1
# The worker that is used to run background tasks (e.g. cleaning up expired
# data). If not provided this defaults to the main process.
# The name of the worker that is used to run background tasks (e.g. cleaning
# up expired data). If not provided this defaults to the main process.
#
#run_background_tasks_on: worker1
# The worker that is used to notify application services of new traffic within
# their configured namespace. If not provided this defaults to the main process.
# The name of the worker that is used to notify application services of new
# traffic within their configured namespace. If not provided this defaults
# to the main process.
#
#notify_appservices_from_worker: worker2
# The name of the worker that is used to update the user directory tables as
# users are created, update their room memberships as well as their profiles.
# If not provided this defaults to the main process.
#
#update_user_directory_on_worker: worker3
# A shared secret used by the replication APIs to authenticate HTTP requests
# from workers.
#