RetailMeNot / SeleniumGridScaler

Selenium Grid auto scaling plugin utilizing AWS
GNU General Public License v2.0
28 stars 76 forks source link

Create reaper thread #1

Closed mhardin closed 10 years ago

mhardin commented 10 years ago

We should create a "reaper" thread that looks for potentially orphaned nodes that we started up in AWS and terminate them. This can happen if the AMI was not configured correctly to register with the hub or if the java process died for whatever reason. This reaper thread will prevent problematic unused instances from accumulating in AWS over time.

mhardin commented 10 years ago

This was addressed in pull request #2