ocurrent / current-bench

Experimental benchmarking infrastructure using OCurrent pipelines
Apache License 2.0
33 stars 17 forks source link

Timeout doesn't kill docker containers #400

Closed ElectreAAS closed 1 year ago

ElectreAAS commented 1 year ago

The timeout I added in #394 doesn't fully work: the containers survive the timeout, even if ocluster sends a message to ocurrent saying "Timeout (120 minutes)". My intuition is that the worker successfully terminates, but doesn't (successfully or at all) kill the docker containers it spawned.