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

a small improvement on the way clear_completed and clear_failed are #122

Merged
merged 2 commits into from Mar 12, 2015

Conversation

guilherme
Copy link
Contributor

When the status queue is too big, wait to clear_completed and clear_failed to check all items if they are completed/failed and them remove the items takes too much time. This approach removes when encounters the completed?/failed? item and then keeps returning the hashs of removed items.

And i've removed the glueoutputbuf from redis-test.conf since it doesn't work on redis >= 2.6

quirkey added a commit that referenced this pull request Mar 12, 2015
a small improvement on the way clear_completed and clear_failed are
@quirkey quirkey merged commit 2c18a76 into quirkey:master Mar 12, 2015
@quirkey
Copy link
Owner

quirkey commented Mar 12, 2015

Thanks - this saves an extra iteration through the list of items too 👍

@douglasresende
Copy link

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants