7.2.0 • Published 6 years ago

rjq-ui v7.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

RethinkDB Job Queue UI

Get insights to your queue job statuses https://github.com/grantcarthew/node-rethinkdb-job-queue/wiki

Development

$ npm install

$ npm start // (data fetch for `.env.development`)

$ npm run build

$ npm run release

Middleware usage

Standalone usage

All Options are optional and default to local setup
node ./bin/www --db-name=<job queue db name> --db-host=<host address> --db-user=<sb user name> --db-password=<db password> --db-port=<db port> --db-certfile=<db certificate file>

Standalone example with db instance - docker

1) Find IP and add change DB_HOST in .env - sudo ip addr show docker0 2) run - docker-compose up --scale consumer=3 --scale ui=1 --scale publisher=1 3) Locate rjq-ui IP - docker inspect rjqui_ui_1 | grep IPAddress(:3000) 4) Locate RethinkDB admin ui IP - docker inspect rjqui_ui_1 | grep IPAddress(:8080)

Standalone example db instance - nanobox

Based on:

1) install nanobox 2) nanobox run, nanobox run dry-run, nanobox remote add app-name, nanobox deploy

7.2.0

6 years ago

7.1.0

6 years ago

7.0.0

6 years ago

6.2.0

6 years ago

6.0.0

6 years ago

5.3.0

6 years ago

5.2.0

6 years ago

5.1.2

6 years ago

5.1.1

6 years ago

5.1.0

6 years ago

5.0.1

6 years ago

5.0.0

6 years ago

4.0.0

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.6.0

7 years ago

1.5.0

7 years ago

1.4.0

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago