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

OOTB support for Pub/Sub and background jobs #45

Open
BilalHasanKhan opened this issue May 25, 2019 · 5 comments
Open

OOTB support for Pub/Sub and background jobs #45

BilalHasanKhan opened this issue May 25, 2019 · 5 comments
Labels

Comments

@BilalHasanKhan
Copy link

OOTB support for Pub/Sub so as to delegate chained updates/actions. Background tasks to perform certain needed activities.

@joshuaalpuerto
Copy link
Owner

Hey @BilalHasanKhan, I'm not sure about this because not all project needs it.

Thoughts?

@BilalHasanKhan
Copy link
Author

@joshuaalpuerto I think any medium to large project (at times even small ones) would need sending emails and other kind of notifications which can be delegated via event chain. Similarly, synchronized background jobs are needed for recomputing data points for reports etc when data is consistently getting added/updated.

@joshuaalpuerto
Copy link
Owner

Hmm, I implemented kue on my production project(using this boilerplate), w/c will have two addition the QueueManager sitting on application layer that has 1 to 1 mapping into QueueService -> <kue|bull> under infrastructure.

The implementation is trivial so if you want to create a PR, I'm glad to review it. :)

@BilalHasanKhan
Copy link
Author

Sure I can come up with the implementation by end of next week but I was thinking more on the lines of this repository.
https://github.com/santiq/bulletproof-nodejs

@Sofyrus
Copy link

Sofyrus commented Nov 16, 2020

#67 adds support for bull and event listeners

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants