You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
closes#2284
This allows for:
- fsm transitions to opt out of the default fsm retry policy
- having a catch verb without any retries
eg:
```
//ftl:retry 0
//ftl:retry 0 catch recover
//ftl:retry 0 1s catch recover
```
Not allowed because it doesn't make sense:
```
//ftl:retry 0 1s
```
Use cases:
Possibilities
ftl:retry 0
andftl:retry 0 catch a.b
ftl:retry none
andftl:retry none catch a.b
ftl:retry disable
andftl:retry disable catch a.b
disable catch
seems confusingftl:catch a.b
The text was updated successfully, but these errors were encountered: