You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Task:
Leverage the node-schedule npm modules ability to schedule recurring tasks in the same manner in which a CRON job is created to allow for recurring tasks to be created.
The goal should be to define and/or update the Job schema to allow for tasks to be set to recur. This can be done, for example, using a type key which will allow for tasks to be automatically rescheduled if they are of a given type.
The text was updated successfully, but these errors were encountered:
Task:
Leverage the
node-schedule
npm modules ability to schedule recurring tasks in the same manner in which a CRON job is created to allow for recurring tasks to be created.The goal should be to define and/or update the
Job
schema to allow for tasks to be set to recur. This can be done, for example, using atype
key which will allow for tasks to be automatically rescheduled if they are of a given type.The text was updated successfully, but these errors were encountered: