mirror of
https://github.com/andrewthetechie/py-healthchecks.io.git
synced 2026-05-01 11:17:06 +02:00
Merge pull request #34 from andrewthetechie/fix-schedule
default schedule to None
This commit is contained in:
@@ -83,7 +83,7 @@ class CheckCreate(BaseModel):
|
|||||||
lte=31536000,
|
lte=31536000,
|
||||||
)
|
)
|
||||||
schedule: Optional[str] = Field(
|
schedule: Optional[str] = Field(
|
||||||
"* * * * *",
|
None,
|
||||||
description="A cron expression defining this check's schedule. "
|
description="A cron expression defining this check's schedule. "
|
||||||
"If you specify both timeout and schedule parameters, "
|
"If you specify both timeout and schedule parameters, "
|
||||||
"Healthchecks.io will create a Cron check and ignore the "
|
"Healthchecks.io will create a Cron check and ignore the "
|
||||||
|
|||||||
Reference in New Issue
Block a user