Giter Club home page Giter Club logo

Comments (10)

Sparkycz avatar Sparkycz commented on July 3, 2024

I'm afraid i don't understand you..
You want to wait on finish of last round and then new one will start, don't you?

from nameko.

davidszotten avatar davidszotten commented on July 3, 2024

the problem is that in the current implementation, we measure how long self.handle_timer_tick(). but that function calls spawn_worker which is asynchronous, and returns as soon as the handler is spawned, and doesn't wait for it to finish.

in the example above, you see 'tick' every second, even though the handler takes 5 seconds to run

from nameko.

mattbennett avatar mattbennett commented on July 3, 2024

I'm in favour of fixing this. I think the semantics should be either:

  • At most once per interval seconds or
  • Exactly interval seconds after the previous execution finishes

Looks like @Sparkycz's PR does the second option.

from nameko.

davidszotten avatar davidszotten commented on July 3, 2024

to me it looks like the pr waits interval - elapsed_time, which is what the original code tried to do, and my preferred choice i think. is this your option 1?

from nameko.

Sparkycz avatar Sparkycz commented on July 3, 2024

the both PRs are wrong.. i'm sending the first one now and then i will try to solve the second one. I'm sorry I havn't had a free time for it..

from nameko.

Sparkycz avatar Sparkycz commented on July 3, 2024

Currently it probably does what we want. If the service method works longer than interval Timer waits for the completion and then fires the next one.

from nameko.

mattbennett avatar mattbennett commented on July 3, 2024

@davidszotten Yep, waiting interval - elapsed_time is Option 1 and also my preference.

@Sparkycz I will add a few comments to the PR. Please address them and then we'll merge this down. Thanks!

from nameko.

daviskirk avatar daviskirk commented on July 3, 2024

Is this still being worked on? If it's just a matter of finishing up the tests I can give it a try

from nameko.

mattbennett avatar mattbennett commented on July 3, 2024

@daviskirk I think almost certainly not. A fix would be great!

from nameko.

daviskirk avatar daviskirk commented on July 3, 2024

@mattbennett see #579

from nameko.

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.