Coder Social home page Coder Social logo

Comments (5)

dbachm123 avatar dbachm123 commented on August 22, 2024

Are you using node ninja or uptimerobot? The server uptime is used as a fallback in the case that the connection to ninja or uptimerobot cannot be established. There are some timeout values that govern that in function.php. Maybe you could try to increase them and see if that helps?

from nanonodemonitor.

warai17 avatar warai17 commented on August 22, 2024

I am using ninja, yes. And that make sense - thanks for the explanation. I see the CURLOPT_TIMEOUT option for the ninja API. I will try increasing that bit. Thanks, I think you can close this for now.

from nanonodemonitor.

dbachm123 avatar dbachm123 commented on August 22, 2024

Please report back.

from nanonodemonitor.

warai17 avatar warai17 commented on August 22, 2024

OK so the first test I did was lower the two TIMEOUT options to 1 (see below). With this done, I was able to replicate the issue within about 20 minutes

curl_setopt_array($curl, array( CURLOPT_URL => "https://nanonode.ninja/api/accounts/$account", CURLOPT_RETURNTRANSFER => true, CURLOPT_ENCODING => "", CURLOPT_MAXREDIRS => 10, CURLOPT_TIMEOUT => 1, CURLOPT_CONNECTTIMEOUT => 1, CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1 )

After the issue was replicated, I changed both TIMEOUTs to 5 as per the below. It has been another 20 minutes and I have yet to see the issue recur. I will keep monitoring and report back if I do see it happens again, but the signs say that this worked. I am not too sure if I should have edited both TIMEOUT options (don't exactly know the difference), however.

curl_setopt_array($curl, array( CURLOPT_URL => "https://nanonode.ninja/api/accounts/$account", CURLOPT_RETURNTRANSFER => true, CURLOPT_ENCODING => "", CURLOPT_MAXREDIRS => 10, CURLOPT_TIMEOUT => 5, CURLOPT_CONNECTTIMEOUT => 5, CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1 )

from nanonodemonitor.

dbachm123 avatar dbachm123 commented on August 22, 2024

Added 1s to both connection and receive timeouts in 25a27d5

from nanonodemonitor.

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.