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'.