firstandthird / hapi-job-queue

Hapi and MongoDB powered job queue.
MIT License
3 stars 1 forks source link

Add tasks to job #4

Open dawnerd opened 9 years ago

dawnerd commented 9 years ago

Tasks are hard coded to jobs on creation (except for unscheduled jobs). Need a way to push data to the task array for a given job. Example being sending out welcome emails. At midnight a job can run and every user that signs up gets their email added to the task array for the email job.