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

feat(feedback): queue support for ticket creation #1733

Merged

Conversation

deshmukhmayur
Copy link
Member

Explain the feature/fix

  • The jira, gitlab and github issues are now created in async, and do not block the createFeedback mutation.
  • Introduced bullmq for handling the jobs in the background.
  • Also added an admin dashboard to monitor the bullmq queues (which will be available on /admin route

Does this PR introduce a breaking change

No.

Screenshots

N/A

Ready-for-merge Checklist

  • Expected files: all files in this pull request are related to one feature request or issue (no stragglers)?
  • Was this feature demoed and the design review approved?

hybridx
hybridx previously approved these changes Aug 29, 2023
Copy link
Contributor

@hybridx hybridx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a good addition of queuing. LGTM

The jira, gitlab and github issues are now created in async,
and do not block the createFeedback mutation.

Introduced bullmq for handling the jobs in the background.
@riginoommen riginoommen merged commit 04c106f into 1-Platform:master Aug 30, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants