Automattic / Automattic/kue

kue-dashboard not loading data

Open
#1,007 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
9.4k
Forks
858
PR merge metrics
No merged PRs in 30d

Description

Hi Everyone
I am currently running the following code to see redis stats
**`
var kue = require('kue');
var express = require('express');
var ui = require('kue-ui');

var jobs = kue.createQueue( { redis: 'redis://ip:port' } );

ui.setup({
apiURL: '/api',
baseURL: '/kue',
updateInterval: 60000
});

var app = express();
app.use('/api', kue.app);
app.use('/test', ui.app);

app.listen(3050);
console.log('UI started on port 3050');
`**

Dashboard loads fine with numbers and shows all queues with some number but its not loading data on right panel as you can see.

![image](https://cloud.githubusercontent.com/assets/6544623/21404716/8618f88c-c790-11e6-9e3c-f9bfe3c853f1.png)

Same results in original kue-dashboard

![image](https://cloud.githubusercontent.com/assets/6544623/21404745/adc94490-c790-11e6-80cd-ee9fe003408c.png)

Any help will be greatly appreciated.

Node: 4.4.7
kue@0.11.5
kue-ui@0.1.0
redis server: 2.8.19

Contributor guide

No contributing guide indexed for this repository

Research direction

Reproduce the issue with the provided kue, kue-ui, Node, and Redis versions, using the setup that mounts kue.app at /api and ui.app at /test. Start by checking the dashboard's right-panel data loading against the queue counts, and compare the result with the original kue-dashboard. Done means the right panel loads the queue data successfully.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, node.js, redis
Domain
full-stack
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.