You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 22, 2024. It is now read-only.
When creating a large number of sessions (e.g. 30) and closely observing the docker orchestrator, it sometimes deploys exactly twice the amount of containers it is supposed to create.
🦶 Reproduction steps
Steps to reproduce the behavior:
make install
cargo run -- http://127.0.0.1:8080/ 35 firefox (with this)
Observe number of containers closely
See that sometimes 10 instead of 5 containers are started
🐛 Bug description
When creating a large number of sessions (e.g. 30) and closely observing the docker orchestrator, it sometimes deploys exactly twice the amount of containers it is supposed to create.
🦶 Reproduction steps
Steps to reproduce the behavior:
make installcargo run -- http://127.0.0.1:8080/ 35 firefox(with this)🎯 Expected behaviour
The orchestrator should never go above its limit.