Skip to content
This repository has been archived by the owner on Oct 8, 2022. It is now read-only.

Enrise/webqueue

Repository files navigation

Archived and unmaintained

This is an old repository that is no longer used or maintained. We advice to no longer use this repository.

Original README can be found below:

Webqueue Build Status

The job queue with insight.

Webqueue makes you more productive when it comes to job queueing.

Webqueue is not tested in production yet!

Documentation

The documentation for Webqueue is hosted on GitHub pages.

Installation

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

Requirements:

  • MongoDB (3.x)
  • RabbitMQ (3.x)
  • Golang (when compiling yourself)

Usage

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

Change log

Please see CHANGELOG for more information what has changed recently.

Testing

$ go test

Credits