mirror of https://github.com/dapr/docs.git
Fix stop signal command
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
This commit is contained in:
parent
01cb66772c
commit
abbadf4258
|
@ -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