You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by my...@apache.org on 2020/03/27 11:07:19 UTC

[incubator-dlab] branch DLAB-1565-aws updated: [DLAB-1565]: [GCP] - Billing yml cron fixed

This is an automated email from the ASF dual-hosted git repository.

mykolabodnar pushed a commit to branch DLAB-1565-aws
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/DLAB-1565-aws by this push:
     new 01c7272  [DLAB-1565]: [GCP] - Billing yml cron fixed
01c7272 is described below

commit 01c7272b4127faa0bad53d8d64694ffca00b0243
Author: bodnarmykola <bo...@gmail.com>
AuthorDate: Fri Mar 27 13:07:00 2020 +0200

    [DLAB-1565]: [GCP] - Billing yml cron fixed
---
 infrastructure-provisioning/terraform/bin/deploy/billing_gcp.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/terraform/bin/deploy/billing_gcp.yml b/infrastructure-provisioning/terraform/bin/deploy/billing_gcp.yml
index 7bf3f5b..e315979 100644
--- a/infrastructure-provisioning/terraform/bin/deploy/billing_gcp.yml
+++ b/infrastructure-provisioning/terraform/bin/deploy/billing_gcp.yml
@@ -11,7 +11,7 @@ spring:
 dlab:
   sbn: SERVICE_BASE_NAME
   bigQueryDataset: DATASET_NAME
-  cron: 0 * * * * *
+  cron: 0 0 * * * *
 
 server:
   port: 8088


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org