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

add missing config docs #398

Merged
merged 2 commits into from
Oct 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions lib/waterdrop/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,10 @@ class Config
# option [Numeric] how many seconds should we wait with the backoff on queue having space for
# more messages before re-raising the error.
setting :wait_timeout_on_queue_full, default: 10

# option [Numeric] How long to wait before retrying a retryable transaction related error
setting :wait_backoff_on_transaction_command, default: 0.5

# option [Numeric] How many times to retry a retryable transaction related error before
# giving up
setting :max_attempts_on_transaction_command, default: 5

# option [Boolean] should we send messages. Setting this to false can be really useful when
Expand Down