Skip to content

Job event status is not triggered #47

@defra91

Description

@defra91

I am trying to use the following:

var job = client.submitJob('functionName', payload);

job.on('status', function(status) {
  console.log('STATUS', status);
});

But it never enter in the callback and so never prints 'STATUS'.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions