Description
Related to the discussion on dev I will turn off by default the indefinitely restart when a service async failed.
When a service run by async with persistence, the default value set on jobsandbox.maxRetry is 0 instead of -1 before.
If you want run indefinitely an async service while isn't a success, set on your service definition max-retry="-1".