Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@


# task-scheduling

This has nodejs application used to schedule task(s) [Here I have used to send email at given time]. Using [Agenda]('https://github.com/agenda/agenda') as scheduler for sending email at given time.
This has nodejs application used to schedule task(s) [Here I have used to send email at given time]. Using [Agenda](https://github.com/agenda/agenda) as scheduler for sending email at given time.
This could be set recurring, one time, or periodic execution of tasks.
(Note: If you're using Agenda then, must follow file strcuture and Agenda decalration for turning it on, or it will create an issue of not resuming jobs when server restarts.)

Expand Down