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

shutdown waits for all work to finish processing instead of just waiting for the queue to be drained before returning #55

Merged
merged 3 commits into from Jul 16, 2012

Commits on Jul 15, 2012

  1. shutdown waits for all work to finish processing instead of just wait…

    …ing for the
    
    queue to be drained before returning
    joenoon committed Jul 15, 2012
    Copy the full SHA
    5e958b1 View commit details
    Browse the repository at this point in the history
  2. handle shutting down state more gracefully. was previously waiting

    for the queue to drain, now lets work fully complete, but lets new work
    sit in the persister
    joenoon committed Jul 15, 2012
    Copy the full SHA
    792c93c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4a468dc View commit details
    Browse the repository at this point in the history