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: add support for configurable max-defer-delay for DPUB #1504

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

c3llus
Copy link

@c3llus c3llus commented Nov 18, 2024

Background

Currently, NSQD does not support a dedicated max-defer-delay configuration for deferred publish operations. Instead, deferred publish times are implicitly governed by the --max-req-timeout configuration. ref

Changes Done

  1. new max-defer-delay command line options
  2. default 1h for max-defer-delay
  3. refer to the new max-defer-delay instead of the old max-req-timeout when doing deferred publish, for:
    a. HTTP
    b. TCP

TODO

@c3llus c3llus marked this pull request as ready for review November 18, 2024 06:33
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.

1 participant