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

ExqUI Cleanup host stats timeout #284

Open
mlaythe opened this issue Aug 29, 2017 · 1 comment
Open

ExqUI Cleanup host stats timeout #284

mlaythe opened this issue Aug 29, 2017 · 1 comment

Comments

@mlaythe
Copy link

mlaythe commented Aug 29, 2017

Manager timeout occurred {GenServer, :call, [Exq.Stats, {:cleanup_host_stats, "exq", "2cd99162-71e7-4411-9637-e1ba53f2b103"}, 5000]}

I keep getting this error every time our server starts up. I noticed on ExqUI we're starting to build up quite a few busy processes... like over 100k. Is there anyway to clear all of them? I can't even view all the busy processes on ExqUI, because it crashes our server due to the sheer number that we have. Any help is greatly appreciated =)

@akira
Copy link
Owner

akira commented Sep 20, 2017

Are these 100k processes from a host that went down that was processing a bunch of jobs? Is this a repeating thing or one off?

The UI has "Clear Workers" button that could delete this, or you can do Exq.Api.clear_processes(Exq) from the console. Also it is in Redis under "processes" key under the namespace you are using.

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

No branches or pull requests

2 participants