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

'already scheduled' event always fires for unique every job #131

Open
mrosendin opened this issue Dec 5, 2019 · 0 comments
Open

'already scheduled' event always fires for unique every job #131

mrosendin opened this issue Dec 5, 2019 · 0 comments

Comments

@mrosendin
Copy link

hello,

Following the unique every example, I've noticed that the 'already scheduled' event always fires. I don't understand the need for this event, can you please explain?

console output on app start:

[nodemon] starting `node ./bin/www`
Processing job with id 2 at 2019-12-05T23:37:37.730Z
Job completed with data  { deliveredAt: '2019-12-05T23:37:37.731Z' }
job already scheduled: 2

Processing job with id 2 at 2019-12-05T23:37:39.896Z

Processing job with id 2 at 2019-12-05T23:37:42.067Z
job already scheduled: 2

Processing job with id 2 at 2019-12-05T23:37:44.232Z
job already scheduled: 2

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

No branches or pull requests

1 participant