Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Job event status is not triggered #47

Open
defra91 opened this issue Apr 28, 2016 · 2 comments
Open

Job event status is not triggered #47

defra91 opened this issue Apr 28, 2016 · 2 comments
Labels

Comments

@defra91
Copy link

defra91 commented Apr 28, 2016

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

@veny veny added the wontfix label Apr 28, 2016
@veny
Copy link
Owner

veny commented Apr 28, 2016

you can see all the triggers for that event here: https://github.com/veny/GearmaNode#job-events

did you use your code in one of those contexts?

@defra91
Copy link
Author

defra91 commented May 9, 2016

Yes I added the listener for different events, as specified in the documentation. However status event is never triggered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants