mirror of https://github.com/dapr/docs.git
Merge pull request #3108 from ItalyPaleAle/fix-ctrl-c
Fix stop signal command
This commit is contained in:
commit
9673ba609b
|
@ -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:
|
In the `order-processor` window, stop the service:
|
||||||
|
|
||||||
{{< tabs "MacOs" "Windows" >}}
|
|
||||||
|
|
||||||
<!-- MacOS -->
|
|
||||||
|
|
||||||
{{% codetab %}}
|
|
||||||
|
|
||||||
```script
|
|
||||||
CMD + C
|
|
||||||
```
|
|
||||||
|
|
||||||
{{% /codetab %}}
|
|
||||||
|
|
||||||
<!-- Windows -->
|
|
||||||
|
|
||||||
{{% codetab %}}
|
|
||||||
|
|
||||||
```script
|
```script
|
||||||
CTRL + C
|
CTRL + C
|
||||||
```
|
```
|
||||||
|
|
||||||
{{% /codetab %}}
|
|
||||||
|
|
||||||
{{< /tabs >}}
|
|
||||||
|
|
||||||
|
|
||||||
Once the first request fails, the retry policy titled `retryForever` is applied:
|
Once the first request fails, the retry policy titled `retryForever` is applied:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in New Issue