Kevin Mullin
Kevin Mullin
Hey, Could you explain your use case for wanting to kill off a single process? Would the user trigger the kill for the particular process, or would some resource threshold...
Yep, you're right. Somewhat embarrassing really. If you'd like this functionality, you could open a pull request.
Hey! So currently, there are no internal timings for watched processes. Meaning KEWatcher does not currently know how long a process has been running so it cannot kill based on...
Ok so you're more worried about jobs that should be running, but are stuck somewhere in a loop, or waiting for something that'll never finish, and requires a kill signal...
Cool, ok. Hopefully if I get some time this week, I can implement the resource usage conditional. It would certainly be helpful for our use case. Hopefully others will find...
This is great. Thanks! I am going on vacation here in bit, and won't have to look over this and merge it in until next week.
@davidann what you have is great, I'd love to incorporate the changes. If you wanted me to merge in that feature, please create a feature branch off my current master...
Hey, I think predefining the queue names via a config file is a great idea. I welcome the PR for that! :smile: resque-sliders is not aimed at monitoring the status...
:+1: as well.
Ok, so I took a stab at this. I found two approaches: 1. Look at ChangeLogSet to see if entries, read commitId(Msg,Author) from last entry in changes changes: https://github.com/uservoice/jenkins-hipchat-plugin/compare/add_commit_hash 2....