Remove debug code
This commit is contained in:
parent
80a2172715
commit
0fff2e4f16
|
@ -21,14 +21,8 @@ export default function() {
|
|||
const inboxJobCounts = await inboxQueue.getJobCounts();
|
||||
|
||||
const stats = {
|
||||
deliver: {
|
||||
active: Math.floor(Math.random() * 100),
|
||||
delayed: Math.floor(Math.random() * 1000),
|
||||
},
|
||||
inbox: {
|
||||
active: Math.floor(Math.random() * 100),
|
||||
delayed: Math.floor(Math.random() * 1000),
|
||||
}
|
||||
deliver: deliverJobCounts,
|
||||
inbox: inboxJobCounts
|
||||
};
|
||||
|
||||
ev.emit('queueStats', stats);
|
||||
|
|
Loading…
Reference in New Issue