Code Monkey home page Code Monkey logo

Comments (2)

cabol avatar cabol commented on August 16, 2024

Hey!

Does this mean I should raise the timeout? https://hexdocs.pm/nebulex/getting-started.html#timeout-option

By default the timeout is 5000 (5 sec), so maybe you should use the :timeout option, but the error may happen anyway because the cache is trying to reach a node to perform the operation and timed out, that may still happen. So I think if this is something you see from time to time, better off handling/rescuing the exception, then, if the reason is {:erpc, :timeout} perhaps you may want to retry, or just ignore it.

I also saw one of these:
Uncaught exit - {:timeout, {Task.Supervised, :stream, [5000]}}

This one looks a bit weird, because :erpc is used for OTP >= 23, otherwise, it uses supervised tasks. May you add the whole stacktrace please?

from nebulex.

benonymus avatar benonymus commented on August 16, 2024

Have not seen this since, so closing it.

from nebulex.

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.