-
Notifications
You must be signed in to change notification settings - Fork 147
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
Comments
Hey @BilalHasanKhan, I'm not sure about this because not all project needs it. Thoughts? |
@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. |
Hmm, I implemented kue on my production project(using this boilerplate), w/c will have two addition the The implementation is trivial so if you want to create a PR, I'm glad to review it. :) |
Sure I can come up with the implementation by end of next week but I was thinking more on the lines of this repository. |
#67 adds support for bull and event listeners |
OOTB support for Pub/Sub so as to delegate chained updates/actions. Background tasks to perform certain needed activities.
The text was updated successfully, but these errors were encountered: