mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-12-29 09:01:18 +01:00
changes restart_on_failure default to True
This commit is contained in:
@@ -97,7 +97,7 @@ class PerInstanceTaskDescriptor(Generic[R]):
|
||||
def task( # noqa: PLR0913
|
||||
*,
|
||||
autostart: bool = False,
|
||||
restart_on_failure: bool = False,
|
||||
restart_on_failure: bool = True,
|
||||
restart_sec: float = 1.0,
|
||||
start_limit_interval_sec: float | None = None,
|
||||
start_limit_burst: int = 3,
|
||||
|
||||
Reference in New Issue
Block a user