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

Exploration: Look for a better solution on how to handle queues and jobs #431

Closed
musayann opened this issue Oct 17, 2024 · 1 comment
Closed
Assignees

Comments

@musayann
Copy link
Contributor

Objective

Currently every type of job has it's own kind of model which stores it. This might cause clutter in the future as we are adding more implementations to be processed by jobs such as here #425

Description

  • Find a way to reuse the same model for all kind of jobs
  • These jobs can vary based on job types.
  • Look for a proper way to handle jobs in Nest js
@musayann musayann self-assigned this Oct 17, 2024
@musayann musayann changed the title Exploration: Look for a better solution on how to handle jobs Exploration: Look for a better solution on how to handle queues and jobs Oct 17, 2024
@musayann
Copy link
Contributor Author

musayann commented Oct 21, 2024

Let's use the default nest js queue library with bullmq. More info on this link https://docs.nestjs.com/techniques/queues

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

No branches or pull requests

1 participant