This is an old repository that is no longer used or maintained. We advice to no longer use this repository.
The job queue with insight.
Webqueue makes you more productive when it comes to job queueing.
Webqueue is not tested in production yet!
The documentation for Webqueue is hosted on GitHub pages.
Clone this repository and checkout the master branch.
$ git clone git@github.com:Enrise/webqueue.git
Install the golang app:
$ go install cmd/webqueue.go
- MongoDB (3.x)
- RabbitMQ (3.x)
- Golang (when compiling yourself)
When installed system-wide using the instructions above you can start webqueue by running:
$ webqueue
Or when you want to provide a custom configuration file:
$ webqueue -c webqueue.yml
Please see CHANGELOG for more information what has changed recently.
$ go test