You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
Thanks!
The text was updated successfully, but these errors were encountered: