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

fix(redis): Timeout error on unique jobs #2291

Merged
merged 1 commit into from
Jul 16, 2024
Merged

fix(redis): Timeout error on unique jobs #2291

merged 1 commit into from
Jul 16, 2024

Conversation

jdenquin
Copy link
Contributor

Context

  • We often have an error message about redis timeout (0.1 seconds)
  • After investigation, its coming from the uniqueness job configuration

Description

  • Update the redis_timeout value to the same as redis, 5 second . It's a lot but it will cover cases where redis can be slower (self hosted).

getlago/lago#188 (comment)

@jdenquin jdenquin merged commit 1f9e3ea into main Jul 16, 2024
6 checks passed
@jdenquin jdenquin deleted the fix-redis-timeout branch July 16, 2024 15:35
abdussamadbello pushed a commit to abdussamadbello/lago-api that referenced this pull request Aug 8, 2024
## Context

- We often have an error message about redis timeout (0.1 seconds)
- After investigation, its coming from the uniqueness job configuration

## Description

- Update the `redis_timeout` value to the same as redis, `5 second` .
It's a lot but it will cover cases where redis can be slower (self
hosted).


getlago/lago#188 (comment)
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.

2 participants