mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-06-05 21:20:40 +02:00
changes restart_on_failure default to True
This commit is contained in:
parent
db559e8ada
commit
303de82318
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user