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

docs: nsqd durable restart/reload semantics #43

Open
james-lawrence opened this issue Apr 22, 2017 · 3 comments
Open

docs: nsqd durable restart/reload semantics #43

james-lawrence opened this issue Apr 22, 2017 · 3 comments

Comments

@james-lawrence
Copy link

is there a safe way to restart a nsq process? didn't see any mention of this in the documentation.

@ploxiln
Copy link
Member

ploxiln commented Apr 22, 2017

If you send nsqd SIGINT or SIGTERM it will save messages which are in each channel's memory-queue to disk, as well as in-flight and deferred messages. When it starts up again these messages will be loaded back into the appropriate topic memory-queue.

You're right, I can't easily find anywhere this is stated in the documentation.

@mreiferson
Copy link
Member

going to update this issue to reflect the need for doc updates, thanks.

@mreiferson mreiferson changed the title durable restart/reload? docs: nsqd durable restart/reload semantics Apr 22, 2017
@mreiferson
Copy link
Member

moving this issue to https://github.com/nsqio/nsqio.github.io

@mreiferson mreiferson transferred this issue from nsqio/nsq Jan 9, 2019
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

No branches or pull requests

3 participants