Wipter staggered start for mass deploy #402
dacian1662
started this conversation in
Ideas
Replies: 1 comment
-
|
Hi, Please use the test branch, and set a 60-second delay by updating the Thank you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
It seems that Wipter operates some sort of API rate limiting on the logins side.
If you start 50-100 containers all at once, some will pass the login stage and get operational, while others remain in limbo at "Browser reports online, setting CONNECTION_LOST".
The bigger issue is that the containers in limbo use a constant x15-x20 more CPU than the ones operating fine. In dense environments this is a killer - docker stacks overflow with reboots and chokes the host.
My suggestion would be a simple environment variable (optional) baked into the entrypoint.sh script that would define a "START_DELAY" in seconds. This would ensure a staggered compose start of all containers with various delays set by the user.
Thanks,
D
Beta Was this translation helpful? Give feedback.
All reactions