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
Is it possible to run a task every few seconds with ndscheduler? I see that
apschedulerallows running tasks using seconds. Inspecting the ndscheduler code, it looks like that seconds are not passed toadd_job.And the scheduler wakes up every 60 seconds; my guess is this can be customized via
settings