GithubHelp home page GithubHelp logo

Analyze nodes loop about cells-sync HOT 6 OPEN

pydio avatar pydio commented on September 26, 2024
Analyze nodes loop

from cells-sync.

Comments (6)

cdujeu avatar cdujeu commented on September 26, 2024

is it 1 or is 5 (minutes) ?

from cells-sync.

Vallefor avatar Vallefor commented on September 26, 2024

@cdujeu
I thought that cycle have a random seconds. But then I noted that it is exactly 65 seconds.

I change my nginx config to:

...
location / {
    grpc_pass grpcs://192.168.1.49:8013;
    client_body_timeout 600s;
}
...
http {
    ...
    keepalive_timeout 600s;
    ...
}

And cycle become 10 minutes.

If I increase timeouts more than 600s it have no effect.

from cells-sync.

cdujeu avatar cdujeu commented on September 26, 2024

ha ha interesting
the grpc connection does have an inherent 10mn timeout, so the regular loop is normal. But your proxy in-between would shorten this connection. I'll ping @jthabet to update the upcoming docs on that subject
thanks for reporting

from cells-sync.

Vallefor avatar Vallefor commented on September 26, 2024

@cdujeu I mistaken in second option name:
Here right one:

http {
   keepalive_timeout 600s;
}

from cells-sync.

Vallefor avatar Vallefor commented on September 26, 2024

Btw its strange that once per 10 minutes this error will be appearing and in tray all users see " ! " sign.

from cells-sync.

cdujeu avatar cdujeu commented on September 26, 2024

i agree, i guess we should "debounce" events to make sure they do not switch the status too quick

from cells-sync.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.