Skip to content

Instantly share code, notes, and snippets.

@fraserxu
Created May 11, 2013 02:48
Show Gist options
  • Save fraserxu/5558712 to your computer and use it in GitHub Desktop.
Save fraserxu/5558712 to your computer and use it in GitHub Desktop.
kue-job-process
jobs.process('email', function(job, done){
email(job.data.to, done);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment