Skip to content

fix queue worker + new examples#44

Merged
bogdan-rosianu merged 3 commits into
mainfrom
fix-queue-worker
Dec 5, 2025
Merged

fix queue worker + new examples#44
bogdan-rosianu merged 3 commits into
mainfrom
fix-queue-worker

Conversation

@bogdan-rosianu

Copy link
Copy Markdown
Contributor

Type

  • Bug
  • Feature
  • Refactoring
  • Performance improvement

Problem setting

  • the queue-worker app was not working correctly (missing ScheduleModule import) + concurrency was not working correctly

Proposed Changes

  • fix + added e2e examples for 2 queues (one that should run jobs sequntially + one that accepts a certain parallelism degree)

How to test

@bogdan-rosianu bogdan-rosianu self-assigned this Dec 5, 2025
import { Injectable, Logger } from "@nestjs/common";
import { Job } from "bull";

@Injectable()

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

I think this can be removed. Same for the other processor.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

removed

@bogdan-rosianu bogdan-rosianu merged commit c1472a5 into main Dec 5, 2025
1 check 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.

2 participants