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

Tracker refactoring and added queued tracking plugin #6802

Merged
merged 2 commits into from Dec 4, 2014
Merged

Tracker refactoring and added queued tracking plugin #6802

merged 2 commits into from Dec 4, 2014

Conversation

tsteur
Copy link
Member

@tsteur tsteur commented Dec 4, 2014

refs #6075

Allows to write tracking requests into a queue (Redis backend) instead of directly into the database. A tracking request takes only about 4ms this way. A queued tracking request will then be inserted into the database as soon as possible. To speed things up fetch multiple requests out of the queue at once and process them in bulk.

tsteur added a commit that referenced this pull request Dec 4, 2014
Tracker refactoring and added queued tracking plugin
@tsteur tsteur merged commit 3639b0e into master Dec 4, 2014
@tsteur tsteur deleted the 6075_2 branch December 4, 2014 03:18
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

1 participant