question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Dashboard isn't updating.

See original GitHub issue

Have Setup arena, Test Queue behaves as expected while testing through Terminal queue status gets printed, while checked on the dashboard there is no update.

testQueue.process(function(job, complete){
  console.log("Inside Test Queue", job.id);
  complete();
  testQueue.count().then(function(data){
    console.log(data);
  })
})
testQueue.on('completed', function(job){
  console.log("Inside Complete", job.id)
})

Arena is setup at different app. The Config as follows:

  const arena = new Arena({
    queues: [{
      "name": "testQueue",
      "port": 6379,
      "host": "127.0.0.1",
      "hostId": "Test"
    }]},{
      basePath: '/',
      disableListen: true
  });
screenshot 2018-11-27 at 3 41 55 am

image

Any suggestions? Thanks

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:14 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
c060604commented, Dec 20, 2018

@ttacon I see, I config a wrong queue name in the index.json. Thank you all the same.

0reactions
skeggsecommented, Aug 6, 2020

Hey folks! Is this still a problem? We’d like to work on getting it fixed if so, and you could help us understand the problem by posting a reprex - something self-contained that we can use to dig in.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Dashboard is not updating - Support and Troubleshooting
Dashboard data is not getting updated. Cause. The Data collection jobs are getting errors as "Data Collection not executed, user admin is not...
Read more >
Dashboards are not refreshing - Microsoft Power BI Community
The problem is that dashboard tiles are not refreshing, whereas the report connected to the dashboard is updating properly according to the set...
Read more >
Canvas - Course Dashboard Not Updating
Canvas - Course Dashboard Not Updating. If a course has recently been added to your Canvas account and it fails to appear on...
Read more >
Dashboard not updating automatically - 🛎️ Get Help - Hubitat
Hey Folks, Anyone having issue with the dashboard updating via cloud (remote access)? I have to manually hit the refresh to get things...
Read more >
Creator Dashboard not updating : r/Twitch - Reddit
Creator Dashboard not updating. I have 50 followers on twitch but it's saying that i have 19. It hasn't updated in like 3...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found