-
Notifications
You must be signed in to change notification settings - Fork 62
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
Support Generic Storage Layer For Jobs? (MongoDB) #54
Comments
Hi Luis |
@mvniekerk My main question would be about how to integrate the mongodb client with the rest of the library the way we have for Nats, Postgres, etc. Any guidance on that? |
@mvniekerk For instance I have tried to create a custom implementation of the Metadata and Notification Store but there's a lot of things (like |
Also does this library support having multiple services try to interact with the same job queue? (So that you don't have multiple services handling the same job)? |
Hi @LuisOsta |
We currently use MongoDB as a primary database for one of our services that aim to use this library. And we were hoping to be able to use MongoDB as the storage for jobs (the way y'all currently support Postgres and NATs).
I had two requests/ideas:
If possible/needed I'd be happy to help contribute to getting either/both of those done
The text was updated successfully, but these errors were encountered: