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

Cannot disable retrying subscription re-creation unless using very large second values #2100

Closed
marcschier opened this issue Nov 8, 2023 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@marcschier
Copy link
Collaborator

  --bnr, --badnoderetrydelay, --BadMonitoredItemRetryDelay=VALUE
                         The delay in seconds after which nodes that were
                           rejected by the server while added or updating a
                           subscription or while publishing, are re-applied
                           to a subscription.
                           Default: `1800` seconds.
  --inr, --invalidnoderetrydelay, --InvalidMonitoredItemRetryDelay=VALUE
                         The delay in seconds after which the publisher
                           attempts to re-apply nodes that were incorrectly
                           configured to a subscription.
                           Default: `300` seconds.
  --ser, --subscriptionerrorretrydelay, --SubscriptionErrorRetryDelay=VALUE
                         The delay in seconds between attempts to create a
                           subscription in a session.
                           Default: `2` seconds.

0 should disable retry. Add a flag to disable all retry as well.

@marcschier marcschier added the bug Something isn't working label Nov 8, 2023
@marcschier marcschier added this to the 2.9.3 milestone Nov 8, 2023
@marcschier marcschier self-assigned this Nov 8, 2023
marcschier added a commit that referenced this issue Nov 13, 2023
Fixes for 

* #2090 
* #2091 (Updated documentation)
* #2096 
* #2097 
* #2098 
* #2100
@marcschier
Copy link
Collaborator Author

#2103

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant