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

Extract and Use Common Queue Management #316

Closed
2 tasks done
wilwade opened this issue Jul 30, 2024 · 1 comment
Closed
2 tasks done

Extract and Use Common Queue Management #316

wilwade opened this issue Jul 30, 2024 · 1 comment

Comments

@wilwade
Copy link
Contributor

wilwade commented Jul 30, 2024

The Account service / Reconnection Service have the best system of tracking transactions. We want to use it on:

  • Content Publishing Service
  • Graph Service
@wilwade wilwade added this to the Launch 1.0 Services milestone Jul 30, 2024
@JoeCap08055 JoeCap08055 self-assigned this Jul 31, 2024
JoeCap08055 added a commit that referenced this issue Aug 1, 2024
For `account-service` and `content-publishing-service`:
- Reorganize imports so that we can import using '#lib/<module>' prefix
instead of '../../../../lib/common/src/<module>/...'
- Refactor BullMQ connection & queue definitions to a common module for
each app
    - Avoids multiple instantiation of `BullModule`
- Eliminates possible errors in defining the same queue in multiple
modules with different defaults

Closes #288 #316
@JoeCap08055
Copy link
Contributor

Closed by #319

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

No branches or pull requests

2 participants