iron_worker_node icon indicating copy to clipboard operation
iron_worker_node copied to clipboard

tasksCreate() callback not running.

Open bbarr opened this issue 9 years ago • 0 comments

I notice that every 20th or so worker.tasksCreate() call fails to actually create the given task.. And the callback never gets run with an error explaining anything.

        worker.tasksCreate('exercise_starter', {}, {
          delay: 300
        }, function(e, data) { 
          console.log('this is not run sometimes..')
          console.log(e, data) 
        })

Thanks!

bbarr avatar Jul 31 '15 12:07 bbarr