1

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

1 Answers1

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