oslo.concurrency/releasenotes/notes/timeout-c3fb65acda04c1c7.yaml
Dmitry Tantsur 35e4df4677 Add support for timeout to processutils.execute
This is a standard Python feature since 3.3.

Change-Id: Ib13af5aab0ebbae532f1e46309ad6023ca94d6b9
2020-06-24 10:53:21 +02:00

6 lines
167 B
YAML

---
features:
- |
Adds a new ``timeout`` argument to ``processutils.execute``. If set,
the process will be aborted if it runs more than ``timeout`` seconds.