mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-06-06 13:30:41 +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
|
def task( # noqa: PLR0913
|
||||||
*,
|
*,
|
||||||
autostart: bool = False,
|
autostart: bool = False,
|
||||||
restart_on_failure: bool = False,
|
restart_on_failure: bool = True,
|
||||||
restart_sec: float = 1.0,
|
restart_sec: float = 1.0,
|
||||||
start_limit_interval_sec: float | None = None,
|
start_limit_interval_sec: float | None = None,
|
||||||
start_limit_burst: int = 3,
|
start_limit_burst: int = 3,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user