Merge pull request #34 from andrewthetechie/fix-schedule

default schedule to None
This commit is contained in:
Andrew
2022-01-07 20:53:17 -06:00
committed by GitHub

View File

@@ -83,7 +83,7 @@ class CheckCreate(BaseModel):
lte=31536000,
)
schedule: Optional[str] = Field(
"* * * * *",
None,
description="A cron expression defining this check's schedule. "
"If you specify both timeout and schedule parameters, "
"Healthchecks.io will create a Cron check and ignore the "