I need to set status of subscription plan to active and schedule it after 30 days to be something else How to do that in NodeJS other case I want to make charge in hold status after adding it and after 14 days it will not be hold so how to schedule tasks in node
Asked
Active
Viewed 213 times
1 Answers
1
you can use node cron node-cron
you can check using https://crontab.guru/#0_0___0 this site

Udeesha Induwara
- 605
- 1
- 10
- 20
-
I want to schedule the task one time after 14 days – Abanoub Istfanous May 05 '19 at 06:32