railsware / newrelic_platform_plugins

MIT License
42 stars 66 forks source link

does the agent detect when a worker process silently dies? #55

Open jaypatrickhoward opened 8 years ago

jaypatrickhoward commented 8 years ago

From what I gather the agent operates purely by interacting with redis, which is where workers register and persist their status.

What happens when a worker process silently dies and doesn't report to redis that it's gone? Can the agent detect this?