Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve performance for bull queue when used as remote monitor #220

Closed
meotimdihia opened this issue May 13, 2020 · 5 comments
Closed

Improve performance for bull queue when used as remote monitor #220

meotimdihia opened this issue May 13, 2020 · 5 comments

Comments

@meotimdihia
Copy link

meotimdihia commented May 13, 2020

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.

@skeggse
Copy link
Member

skeggse commented Oct 28, 2020

Feel free to submit a pull request to fix this!

@roggervalf
Copy link
Collaborator

@meotimdihia could you please try the last version, there is one pr that was merged referencing this issue

@meotimdihia
Copy link
Author

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

@roggervalf
Copy link
Collaborator

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

No worries, could this issue be closed?

@meotimdihia
Copy link
Author

Yes, I close this issue. 😀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants