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

Integration with agenda / node schedule / node cron #10

Open
danilopolani opened this issue May 23, 2017 · 1 comment
Open

Integration with agenda / node schedule / node cron #10

danilopolani opened this issue May 23, 2017 · 1 comment

Comments

@danilopolani
Copy link

How can we use one of those packages to schedule jobs? It would be a great thing.

Thank you!

@harishanchu
Copy link
Member

Currently we don't have any built in integrations with any scheduler modules. We will add scheduler/cron facility to Quorra later on.

Do the following to have scheduler facility in your Quorra application for now.

  1. Install a scheduler module of your choice.
  2. Add your tasks within a file inside anywhere within app directory(eg. app/tasks/maintenance.js).
  3. Include them at the end of app/start/global.js.

Kind Regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants