From 750713412c98e79bc76a25b97d51e4ffebc79308 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Pinto?= Date: Wed, 26 Feb 2025 15:33:44 +0000 Subject: [PATCH] chore(template): update job templates schedule to daily execution --- README.md | 2 +- application-templates/javascript/connect.yaml | 2 +- application-templates/typescript/connect.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d63daad..618ef0e 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ deployAs: applicationType: job endpoint: /app2 properties: - schedule: "*/5 * * * *" + schedule: "0 0 * * *" configuration: standardConfiguration: - key: ENVIRONMENT_VARIABLE_1 diff --git a/application-templates/javascript/connect.yaml b/application-templates/javascript/connect.yaml index 013c589..d046357 100644 --- a/application-templates/javascript/connect.yaml +++ b/application-templates/javascript/connect.yaml @@ -30,7 +30,7 @@ deployAs: applicationType: job endpoint: /job properties: - schedule: "*/5 * * * *" + schedule: "0 0 * * *" configuration: standardConfiguration: - key: CTP_REGION diff --git a/application-templates/typescript/connect.yaml b/application-templates/typescript/connect.yaml index bdfcdad..547ea54 100644 --- a/application-templates/typescript/connect.yaml +++ b/application-templates/typescript/connect.yaml @@ -30,7 +30,7 @@ deployAs: applicationType: job endpoint: /job properties: - schedule: "*/5 * * * *" + schedule: "0 0 * * *" configuration: standardConfiguration: - key: CTP_REGION