Skip to content
Snippets Groups Projects
Commit 250a779f authored by Erik Reid's avatar Erik Reid
Browse files

set global task_track_started to true

parent b05fa872
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ if ':' in _broker_hostname:
broker_url = result_backend = (f'{_broker_scheme}://{_broker_hostname}'
f':{_broker_port}/{_broker_db_index}')
logger.debug('broker_url: %r' % broker_url)
task_eager_propagates = True
task_track_started = True
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment