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

Name your workers with ease #35

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

Name your workers with ease #35

wants to merge 2 commits into from

Commits on Jan 14, 2011

  1. allowing a worker_name option to be passed in when creating a worker.…

    … This simplifies implementing workers that can restart jobs they were working on if the worker should happen to be killed or die.
    Ben Fyvie committed Jan 14, 2011
    Configuration menu
    Copy the full SHA
    21024d3 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2011

  1. Increment the "attempt" count of a job when a lock is retrieved (prio…

    …r to invoking the job) and also check that the max_attempts is not exceeded prior to invoking the job.
    Ben Fyvie committed May 6, 2011
    Configuration menu
    Copy the full SHA
    d022b38 View commit details
    Browse the repository at this point in the history