Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bugfix in timestamp allocation for scheduler worker #33

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Mar 14, 2016

  1. bugfix in timestamp allocation for scheduler worker

    - fixed bug: if there are more than 1 items to be processed with different timestamps in the past, then the scheduler will sleep() before it picks up the next item in the past. If messages keep on being queued faster then 1 per second then eventually the scheduler cannot keep up
    frankdebot committed Mar 14, 2016
    Configuration menu
    Copy the full SHA
    12f6ecc View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2016

  1. The nextdelay timestamp should always be called with NULL as argument

    so it always gets the oldest timestamp before now.
    Timestamp should be defined for enqueueDelayedItemsForTimestamp
    frankdebot committed Apr 26, 2016
    Configuration menu
    Copy the full SHA
    c875731 View commit details
    Browse the repository at this point in the history