From 2c6c58f8b5ef38d365d473d12c6742ccc053e7a1 Mon Sep 17 00:00:00 2001 From: Malachi Soord Date: Thu, 22 Feb 2024 10:25:28 +0100 Subject: [PATCH] Update serverless.yml Run hourly --- serverless.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serverless.yml b/serverless.yml index a717726..d47488e 100644 --- a/serverless.yml +++ b/serverless.yml @@ -13,7 +13,7 @@ functions: description: 'Simple PHP script for notifying for a free appointments on the Berlin services website' runtime: php-83 events: - - schedule: cron(0 0 * * ? *) + - schedule: cron(0 * * * ? *) package: patterns: