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

Sort busy processes by it's started_at time #4641

Closed
c2ofh opened this issue Jul 10, 2020 · 1 comment
Closed

Sort busy processes by it's started_at time #4641

c2ofh opened this issue Jul 10, 2020 · 1 comment

Comments

@c2ofh
Copy link

c2ofh commented Jul 10, 2020

Ruby version: 2.6.6
Sidekiq / Pro / Enterprise version(s): v6.0.7 / - / -

Currently busy jobs are randomly sorted in the list. (live update enabled)
It would be helpful to recognize a long term running job.
I see a job, running 2 minutes, the next second the job is gone. No the job is not finished. The job jumped just to the end of the list, to jump to another position seconds later...

When the list is sorted by it's started_at time, then the job doesn't fly out of sight. When it's not there, it'll either be further up or finished.

I would contribute, but I can't find the right place to sort the processes.
To sort it directly in the busy.erb would not match your style.

@mperham
Copy link
Collaborator

mperham commented Jul 10, 2020 via email

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