Code Monkey home page Code Monkey logo

nestjs-agenda's People

Contributors

hanfengsan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

nestjs-agenda's Issues

Agenda 4 Released

I came across your module and saw it hadn't been updated to agenda 4 yet, which was released recently. There aren't too many changes, just updating the imports.

I went ahead and created a new fork, but ran into one issue that is already tracked on Agenda.

agenda/agenda#1265

Is this project active?

Checking in to see if this project is being actively maintained? If so, I have a few ideas for improvements that I'd like to start making PRs for

Question: How to setup agendash

Hi there,
I'd like to know how to setup agendash with this module.

Without this module, i do like this:

const agenda = new Agenda(
      {
          db: {address: process.env.PANGORIA_DATABASE_CONNECTION, options: {useUnifiedTopology: true}},
          processEvery: '30 seconds'
      }
    );
    app.use('/dash', Agendash(agenda));

Regards

Update dependencies

Hi,

Your module is nice but is it possible to update dependencies like:

  • agenda: ^3.1.0

Thank you very much ! :)

Property 'define' does not exist on type 'AgendaService'

I have registered AgendaModule in app.module.ts but when I'm trying to use AgendaService properties in services, I am unable to use any of them

`
import { AgendaService } from 'nestjs-agenda'

@Injectable()
export class UsersService {
constructor(
@InjectModel('User')
private readonly userModel: Model,
private readonly agenda: AgendaService,
)`

do someone have same problem ?

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.