Skip to content

tasksCreate() callback not running. #19

Description

@bbarr

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions