QuickGuide not very clear
Created by: realharry
Description
One cannot start using Bull even for a simple "Hello World" app based on the QuickGuide alone. The example is not clear/useful even for the simplest use case.
Minimal, Working Test code to reproduce the issue.
(An easy to reproduce test case will dramatically decrease the resolution time.)
- Read the QuickGuide in the main readme.
- Try to get the argument (e.g., a video file path/url) from the queue.process() callback function.
- You have no idea what to do, or how Bull works, based on the example alone (without resorting to the full documentation).
For example, in this example, what's the relationship between job
and done
args for the .process()
callback ("done()") and the args of .add()
.
videoQueue.add({video: 'http://example.com/video1.mov'});
Bull version
3.10.0