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

Having issues if redis drops and comes back #39

Open
xage93 opened this issue Mar 26, 2024 · 0 comments
Open

Having issues if redis drops and comes back #39

xage93 opened this issue Mar 26, 2024 · 0 comments

Comments

@xage93
Copy link

xage93 commented Mar 26, 2024

Noticed some issues with the queue processing new jobs if redis connection drops for a bit and then comes back.

Timeline is something like:

  • All is good
  • Redis connection drops
  • Get unable to publish error
  • Redis connection comes back after a bit
  • Able to publish again
  • Consumer not consuming the queued jobs
  • Restart the whole app
  • Everything working fine again

Any idea what's going wrong here? Any ideas for a different config? At the moment I'm just providing the credentials and the redis URL.

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

No branches or pull requests

1 participant