Skip to content

fix: context timeout for satellite containers

Artyom Kartasov requested to merge context-timeout-satellite into master

Description

Fix context timeout for satellite containers. An integer value without a dimension is treated as milliseconds.

2023/08/09 09:13:24 container.go:125: [INFO]   Clean up satellite containers
2023/08/09 09:13:24 main.go:378: [ERROR]  Failed to stop satellite containers 
Get "http://%2Fvar%2Frun%2Fdocker.sock/v1.39/containers/json?filters=%7B%22label%22%3A%7B%22dblab_instance_id%3Dc6ssnt0hmvj3162llu50%22%3Atrue%2C%22dblab_satellite%22%3Atrue%7D%7D": context deadline exceeded

Related issue

Examples

Checklist

  • MR description has been reviewed
  • MR changes are functionally tested
  • MR does NOT have API/CLI changes OR there are API/CLI changes and they have been reviewed & DOCS ARE ADJUSTED (reference doc, etc)
  • MR does NOT have UI changes OR there are UI changes and they have been reviewed & UX IS REVIEWED

Merge request reports