actumn / celery.node

Celery task queue client/worker for nodejs
https://celery-node.js.org
MIT License
283 stars 73 forks source link

Are Periodic/Scheduled Tasks supported? #46

Open TheSecMaven opened 3 years ago

TheSecMaven commented 3 years ago

https://docs.celeryproject.org/en/stable/userguide/periodic-tasks.html is the docs on this. They have been around for a while, but not sure it's supported with this yet.

actumn commented 3 years ago

Hi. Great suggestion. I'm planning to add this feature in the future,

Thanks.

TheSecMaven commented 3 years ago

Much needed. Would love to see it!