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

Ability to run a task every few seconds #26

Open
kartick opened this issue Sep 21, 2017 · 2 comments
Open

Ability to run a task every few seconds #26

kartick opened this issue Sep 21, 2017 · 2 comments

Comments

@kartick
Copy link

kartick commented Sep 21, 2017

Is it possible to run a task every few seconds with ndscheduler? I see that apscheduler allows running tasks using seconds. Inspecting the ndscheduler code, it looks like that seconds are not passed to add_job.

And the scheduler wakes up every 60 seconds; my guess is this can be customized via settings

@dave7280
Copy link

+1 for this. otherwise would be perfect

@fake-name
Copy link

#59 adds support for using apscheduler interval scheduled jobs.

The ability to create them isn't exposed in the web UI, but you can programmatically add them, and they render correctly and can be manually triggered.

To use it, you specify the apscheduler trigger directly when adding a job to the scheduler.

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

4 participants