Proxy Lifecycle
The default behavior of the lueur's proxy is to run indefinitely. You may
change that by setting the --duration
flag with a value in seconds. Once this
duration has been reached, the proxy will automatically terminates.
The flag supports a variety of units to express the duration more conveniently.
Setting the duration has a nice side-effect that the scheduling of fault injections can be declared relatively to this duration. For instance:
- lueur will run for
5 minutes
- A first wave of latency will start after
15s
and run for90s
- A second wave of latency will start after
270s
and run for15s