-
Notifications
You must be signed in to change notification settings - Fork 29
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
feat(queue): add ping function for redis #991
Conversation
Codecov Report
@@ Coverage Diff @@
## main #991 +/- ##
==========================================
+ Coverage 70.35% 70.37% +0.01%
==========================================
Files 315 316 +1
Lines 13201 13209 +8
==========================================
+ Hits 9288 9296 +8
Misses 3446 3446
Partials 467 467
|
I believe we ping the queue on start up when creating a new Redis connection. I imagine any logic based on the success/failure of pinging the queue could be branched off of whether or not the |
Co-authored-by: Jacob Floyd <[email protected]>
The issue with |
Closes #859