summaryrefslogtreecommitdiffhomepage
path: root/test/python/restart/v1.py (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-07-29Application restart introduced.Max Romanov1-0/+7
When processing a restart request, the router sends a QUIT message to all existing processes of the application. Then, a new shared application port is created to ensure that new requests won't be handled by the old processes of the application.