flosell / lambdacd

a library to define a continuous delivery pipeline in code
https://www.lambda.cd/
Apache License 2.0
677 stars 59 forks source link

UI request rate #187

Closed alehatsman closed 6 years ago

alehatsman commented 6 years ago

Hey,

Let's not send requests for updates each second, because if the server is stuck during load time, requests queue a lot which generates even more load. I think the correct loop is sent a request, wait for a response and then sent a new one.

Regards

flosell commented 6 years ago

Good point, sounds like a better approach. The relevant code is here if you want to check it out.

alehatsman commented 6 years ago

Ok will take a look!

flosell commented 6 years ago

See PR #188

flosell commented 6 years ago

Fixed in #188 and released as 0.14.1