Closed jgallen23 closed 9 years ago
Object - some-task.js - new job defined as 'here is a task'
some-task.js
module.exports = { name: 'here is a task', job: function(data, done) { }, concurrency: 10 }
Fn - some-task.js - new job defined as 'some-task'
module.exports = function(data, done) { }
any other things we should consider?
we need to make sure the job has access to the server object. Maybe this?
this
Object -
some-task.js
- new job defined as 'here is a task'Fn -
some-task.js
- new job defined as 'some-task'any other things we should consider?