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

nsqd: disk-backed deferred queue #34

Closed
mreiferson opened this issue Sep 23, 2012 · 3 comments
Closed

nsqd: disk-backed deferred queue #34

mreiferson opened this issue Sep 23, 2012 · 3 comments
Labels

Comments

@mreiferson
Copy link
Member

the deferred queue is the only spot where there are no bounds to memory footprint.

we could write deferred messages to disk and keep the index in memory which would for most use cases completely eliminate this problem.

@mreiferson
Copy link
Member Author

took 1.0 off this... again, hasn't proven to be an actual problem for large scale production deployments. Still, it should happen eventually.

@tj
Copy link
Contributor

tj commented Jun 18, 2014

ah nice missed this 👍

@mreiferson
Copy link
Member Author

closing this in favor of #510

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

No branches or pull requests

2 participants