GithubHelp home page GithubHelp logo

Comments (9)

anitricks avatar anitricks commented on April 26, 2024 1

@fwoelffel yeah sure. I will create a sample repo

from bull.

fwoelffel avatar fwoelffel commented on April 26, 2024

What's the output of console.log(this) in your defaultFunction?

from bull.

anitricks avatar anitricks commented on April 26, 2024
UsersQueue {}

from bull.

nartc avatar nartc commented on April 26, 2024

the queueName does not match. Are you sure that it's correct or it's a typo?

from bull.

anitricks avatar anitricks commented on April 26, 2024

@nartc yeah sorry it was a typo. i would have gotten an error otherwise but there isn't any error.

from bull.

anitricks avatar anitricks commented on April 26, 2024

@nartc @fwoelffel So I created another temp service from the nest-bull example without any dependencies injected in the constructor. The problem is occurring on the UsersService. if the service is not injected without any dependencies in the constructor the UsersQueue works fine. The UsersService has the repo connection to the User entity so I cannot remove it from the service. Any suggestions how to fix this?

from bull.

fwoelffel avatar fwoelffel commented on April 26, 2024

Could you create a small repository reproducing this issue? I don't have much time to do it myself.

from bull.

anitricks avatar anitricks commented on April 26, 2024

@fwoelffel thanks for the help but i figured it out. Turns out the service i was injecting into the queue had a dependency of another service with a scope of the request. @Injectable({ scope: Scope.REQUEST}) thus the whole service didn't inject into the queue.

just started out with NestJs so it took time to find it lol. sorry for any trouble caused

from bull.

fwoelffel avatar fwoelffel commented on April 26, 2024

I guess this usecase might cause some trouble anytime soon. Sadly, I haven't worked with the injection scopes yet... IMO, this has something to do with the actual Bull queue being bound to the service at the module's injection (which, I believe is injected once despite any request scope) and not at the service's injection. Not sure about that though.
Anyway, thanks for your feedback 🙂

from bull.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.