Update the sample config.

pull/8369/head
Patrick Cloke 2020-09-29 07:49:00 -04:00
parent d40aff7343
commit c015379de0
2 changed files with 4 additions and 6 deletions

View File

@ -2459,10 +2459,9 @@ opentracing:
# typing: worker1
# The worker that is used to run background tasks (e.g. cleaning up expired
# data). This should be one of the workers from `instance_map`. If not
# provided this defaults to the main process.
# data). If not provided this defaults to the main process.
#
#run_background_tasks: worker1
#run_background_tasks_on: worker1
# Configuration for Redis when using workers. This *must* be enabled when

View File

@ -182,10 +182,9 @@ class WorkerConfig(Config):
# typing: worker1
# The worker that is used to run background tasks (e.g. cleaning up expired
# data). This should be one of the workers from `instance_map`. If not
# provided this defaults to the main process.
# data). If not provided this defaults to the main process.
#
#run_background_tasks: worker1
#run_background_tasks_on: worker1
"""
def read_arguments(self, args):