This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
Docker orchestrator sometimes goes above limit #64
Labels
Priority: Medium
Default priority if nothing else matches
Status: Pending
Initial issue stage waiting for further evaluation
Type: Bug
Issues that affect the operation of the software
🐛 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 install
cargo run -- http://127.0.0.1:8080/ 35 firefox
(with this)🎯 Expected behaviour
The orchestrator should never go above its limit.
The text was updated successfully, but these errors were encountered: