Automattic / kue

Kue is a priority job queue backed by redis, built for node.js.
http://automattic.github.io/kue
MIT License
9.45k stars 862 forks source link

What should be expected for event execution order? #1138

Open doughock opened 6 years ago

doughock commented 6 years ago

I am seeing my jobs fire the 'start' event before the 'enqueue' event. Is this normal? I was expecting the 'enqueue' event to fire when the job queue.create() is called, then when the job is started, I was expecting the 'start' event.