exports.start = function()

in worker.js [8:13]


exports.start = function () {
  running = true
  queue(processPayment)
  queue(processCompletedOrder)
  queue(updateShippingStatus)
}