Skip to content

Conversation

humitos
Copy link
Member

@humitos humitos commented Aug 25, 2025

  • socket_timeout: match visibility timeout to avoid the socket being closed during this period of time.
  • retry_on_timeout: allow the worker to retry the communication if the timeout was reached.
  • health_check_interval: check the connection and re-connect if it's lost. This should help with the issue of all workers being disconnected when Redis instance reaches OOM (pidbox keys).

- `socket_timeout`: match visibility timeout to avoid the socket being closed
  during this period of time.
- `retry_on_timeout`: allow the worker to retry the communication if the timeout
  was reached.
- `health_check_interval`: check the connection and re-connect if it's lost.
  This should help with the issue of all workers being disconnected when Redis
  instance reaches OOM (pidbox keys).
@humitos humitos requested a review from a team as a code owner August 25, 2025 10:36
@humitos humitos requested a review from ericholscher August 25, 2025 10:36
Copy link

Documentation build overview

📚 dev | 🛠️ Build #29334145 | 📁 Comparing 8da3307 against latest (d9f56e0)


🔍 Preview build

Show files changed (6 files in total): 📝 6 modified | ➕ 0 added | ➖ 0 deleted
File Status
contribute.html 📝 modified
install.html 📝 modified
search-integration.html 📝 modified
style-guide.html 📝 modified
design/embed-api.html 📝 modified
design/theme-context.html 📝 modified

Copy link

Documentation build overview

📚 docs | 🛠️ Build #29334146 | 📁 Comparing 8da3307 against latest (d9f56e0)


🔍 Preview build

Show files changed (5 files in total): 📝 5 modified | ➕ 0 added | ➖ 0 deleted
File Status
build-customization.html 📝 modified
support.html 📝 modified
about/index.html 📝 modified
guides/conda.html 📝 modified
tutorial/index.html 📝 modified

@humitos humitos requested a review from agjohnson August 27, 2025 10:24
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