Skip to content

fix(engine): wait for control containers to finish stopping when DLE shutdowns (#387)

Artyom Kartasov requested to merge 387-stop-control-containers into master

Description

Wait for control containers to finish stopping when DLE shutdowns:

  • use contexts without timeout to stop stateful control containers
  • use a default timeout to stop internal server and stateless auxiliary containers

Related issue

#387 (closed)

Examples

Checklist

  • MR description has been reviewed
  • MR changes are functionally tested
  • MR does NOT have text changes OR there are text changes and they have been reviewed
  • MR does NOT have API/CLI changes OR there are API/CLI changes and they have been reviewed
  • MR does NOT have UI changes OR there are UI changes and they have been reviewed

Closes #387 (closed)

Edited by Nikolay Samokhvalov

Merge request reports