GithubHelp home page GithubHelp logo

Comments (3)

kevin-j-m avatar kevin-j-m commented on July 20, 2024

Hi there,

I believe your issue is your value for tick_speed. I pulled down your example, changed the tick_speed to 1.hour, and the test passes.

The reason for this is because if you set the tick speed to a day, it'll only evaluate once per day; however, the time it runs will be based on your current time. Given this test setup, I believe that's 23:00. The job you're looking to verify shouldn't run at 23:00, which is why it fails with the at and does run without it.

The README for tick_speed mentions:

Note that tick_speed should not be set any higher than the minimum amount of granularity used in the clock file under test. Should the tick_speed be set to a higher amount, the number of times a job is run, or if the job is run at all, is subject to inconsistent and inaccurate results.

For example, with a tick_speed of 30.minutes and a job that runs every 1.minute over the course of an hour, the times_ran for that job will not be 60. It will be 2, assuming minimal passage of time in evaluating the actual clock tick.

I would welcome and appreciate any documentation PRs to clarify that if you have suggestions for how to improve upon that.

Let me know if that works for you and makes sense. Thanks!

from clockwork-test.

kevin-j-m avatar kevin-j-m commented on July 20, 2024

@tiendo1011 did that clear anything up?

from clockwork-test.

kevin-j-m avatar kevin-j-m commented on July 20, 2024

I'm closing this due to inactivity. Please let me know if you're still having an issue I can help with.

from clockwork-test.

Related Issues (15)

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.