Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bull
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 175
    • Issues 175
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 9
    • Merge requests 9
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • OptimalBits
  • bull
  • Issues
  • #1434
Closed
Open
Issue created Aug 20, 2019 by Administrator@rootContributor

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

Additional information

Assignee
Assign to
Time tracking