containers / containers/podman-compose

Increase polling interval when waiting for containers

Open
#665 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Python
Stars
6.2k
Forks
622
PR merge metrics
No merged PRs in 30d

Description

**Describe the bug**
compose_wait is polling the containers every 250ms (default for podman wait). For interactive sessions this is okay, but in this setting it creates some load when there are many containers.
Just add a '-i 2s' as parameter

**To Reproduce**
podman-compose up

**Expected behavior**
Poll less frequent, e.g. every 2 seconds.

**Actual behavior**
Polling every 0.25s

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.