worstcase / blockade

Docker-based utility for testing network failures and partitions in distributed applications
http://blockade.readthedocs.org
Apache License 2.0
907 stars 72 forks source link

Adds kill command with optional signal that can be specified #28

Closed pdmars closed 8 years ago

pdmars commented 8 years ago

The stop command sends SIGTERM and only sends SIGKILL if graceful shutdown doesn't occur within a specified timeout (default 10s), kill allows blockade to send SIGKILL (or any other specified signal) to a container immediately.

labisso commented 8 years ago

one comment, but looks good

labisso commented 8 years ago

👍