Merge "Add AFTER_SPAWN event to callbacks"

This commit is contained in:
Jenkins 2017-05-24 03:53:51 +00:00 committed by Gerrit Code Review
commit ca299b8e47
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ AFTER_REQUEST = 'after_request'
# String literals representing events associated to process operations
BEFORE_INIT = 'before_init'
BEFORE_SPAWN = 'before_spawn' # sent per process
AFTER_SPAWN = 'after_spawn' # sent per process
AFTER_INIT = 'after_init' # sent per worker
# String literals representing events associated to error conditions