Skip to content

Conversation

@fcanmekikoglu
Copy link
Contributor

PR Checklist

  • The commit message follows our guidelines

PR Type

  • Docs

What is the current behavior?

The BullMQ queue example contains two issues:

  1. Undeclared loop variable i in for loop
  2. Incorrect job.progress() method instead of job.updateProgress()

What is the new behavior?

  • Declares loop variable with let i
  • Uses correct job.updateProgress() method

Does this PR introduce a breaking change?

  • Yes
  • No

- Added missing decleration on for loop.
- Updated the update progress step because of the api change on bullmq
@kamilmysliwiec kamilmysliwiec merged commit b6e1227 into nestjs:master Feb 26, 2025
4 checks passed
@kamilmysliwiec
Copy link
Member

LGTM

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