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.

Improve performance for bull queue when used as remote monitor

See original GitHub issue

I tried to monitor remote Redis-server I can’t load the page if the queue number is more than 1000. I checked and saw arena was stopped in these lines:

https://github.com/bee-queue/arena/blob/master/src/server/views/dashboard/queueJobsByState.js#L106-L110 https://github.com/bee-queue/arena/blob/master/src/server/views/dashboard/queueJobsByState.js#L99-L103

And everything is fine if I use https://github.com/mixmaxhq/arena/blob/master/src/server/views/dashboard/queueJobsByState.js He removed these lines and it works perfectly.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
meotimdihiacommented, May 31, 2021

Yes, I close this issue. 😀

0reactions
roggervalfcommented, May 31, 2021

Sorry, currently I don’t use Bee or Bull queue for my project.

No worries, could this issue be closed?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Bull Queue Concurrency Questions - Stack Overflow
The queue aims for an "at least once" working strategy. This means that in some situations, a job could be processed more than...
Read more >
delayed jobs are not picked up because of one job processing ...
Bull version 3.13.0 node version: 14.3.0 I have a few queues. One queue is holding delayed jobs. Each queue is running on its...
Read more >
Simple Steps to Optimize Your App Performance - DZone
See how the developers at Stream optimized their application's performance by optimizing API calls, the database, and using tools like ...
Read more >
Scaling your Node.js app using distributed queues
Learn how to scale your app using Node.js distributed worker queues, which allow you to solve errors and prioritize and delay jobs easily....
Read more >
Welcome to Bull's Guide - GitHub Pages
Bull is a Node library that implements a fast and robust queue system based on redis. Although it is possible to implement queues...
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