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:
@@ -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.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user