add the ability to enable profiling for the callback receiver workers

This commit is contained in:
Ryan Petrello
2020-01-27 10:41:54 -05:00
parent 55e720e25d
commit 78b00652bd
2 changed files with 30 additions and 0 deletions

View File

@@ -1222,6 +1222,9 @@ AWX_REQUEST_PROFILE = False
#
AWX_REQUEST_PROFILE_WITH_DOT = False
# Allow profiling callback workers via SIGUSR1
AWX_CALLBACK_PROFILE = False
# Delete temporary directories created to store playbook run-time
AWX_CLEANUP_PATHS = True