Merge pull request #3108 from ItalyPaleAle/fix-ctrl-c

Fix stop signal command
This commit is contained in:
Hannah Hunter 2023-02-02 13:21:33 -06:00 committed by GitHub
commit 9673ba609b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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