You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 =)
The text was updated successfully, but these errors were encountered:
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.
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 =)
The text was updated successfully, but these errors were encountered: