Skip to content

Kill unresponsive workers #70

@asilvas

Description

@asilvas

A recent situation came up (related to very complex regular expressions) that resulted in the worker hanging. Scenarios like this cannot be auto-fixed by the worker/app itself, as the event loop is dead in the water. No other processing will take place when this happens.

This would be a great addition to cservice, periodic heartbeats. If no response after X seconds, force terminate (and restart) the worker process.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions