-
Notifications
You must be signed in to change notification settings - Fork 143
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 In-Memory Queue Support #342
Conversation
✔️ Deploy Preview for getconvoy canceled. 🔨 Explore the source changes: 2e251f4 🔍 Inspect the deploy log: https://app.netlify.com/sites/getconvoy/deploys/61ebcbc808bec100078ea246 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI @ogbanugot
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice. To fix the broken CI we should
- Add a Redis instance to
.github/workflows/go.yml
- Add a new step:
Run Redis Integration tests
- Specify integration tags on the Redis queue test file.
I noticed it was running everything twice, so I merged the two steps as one integration step |
This pr adds support for in-memory queue configuration.