-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Labels
Comments
took |
ah nice missed this 👍 |
closing this in favor of #510 |
arussellsaw
pushed a commit
to arussellsaw/nsq
that referenced
this issue
Mar 5, 2018
more misc fixes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: