Fix stop signal command

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
This commit is contained in:
ItalyPaleAle 2023-01-31 11:42:37 -08:00
parent 01cb66772c
commit abbadf4258
1 changed files with 0 additions and 21 deletions

View File

@ -149,31 +149,10 @@ Since the `resiliency.yaml` spec defines the `order-processor` service as a resi
In the `order-processor` window, stop the service:
{{< tabs "MacOs" "Windows" >}}
<!-- MacOS -->
{{% codetab %}}
```script
CMD + C
```
{{% /codetab %}}
<!-- Windows -->
{{% codetab %}}
```script
CTRL + C
```
{{% /codetab %}}
{{< /tabs >}}
Once the first request fails, the retry policy titled `retryForever` is applied:
```bash