Coder Social home page Coder Social logo

Failed to assign tasks correctly about jug HOT 6 CLOSED

luispedro avatar luispedro commented on May 30, 2024
Failed to assign tasks correctly

from jug.

Comments (6)

luispedro avatar luispedro commented on May 30, 2024

If I'm understanding your issue, correctly (and I may not), this is actually not a bug as it is outside of control of jug. Jug makes no attempt at "fairly" distributing tasks.

The distribution of tasks depends only on the scheduling of processes by the operating system, which can be very stochastic. If there are processes that are idle for a long time, this may be a jug issue, but what you describe seems like the expected behaviour.

from jug.

chenxi-shi avatar chenxi-shi commented on May 30, 2024

I see what you mean, but the problem is the 11 tasks are executed twice. It's reasonable that tasks are assigned stochastically.

from jug.

luispedro avatar luispedro commented on May 30, 2024

Ah, then it is a big problem.

Please post some code with more information.

from jug.

chenxi-shi avatar chenxi-shi commented on May 30, 2024

exmp

call_exmp

from jug.

luispedro avatar luispedro commented on May 30, 2024

Actually, jug is working as expected as the task depends on the time(): every time you call it, you are generating a different set of tasks (unless they are called in the same second).

This is a variant of this issue: http://jug.readthedocs.io/en/latest/faq.html#it-doesn-t-work-with-random-input

from jug.

chenxi-shi avatar chenxi-shi commented on May 30, 2024

I see. I changed the argument "start_time" to a fixed number and the problem is fixed. Thanks!

from jug.

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.