You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by of...@apache.org on 2019/10/24 11:04:18 UTC

[incubator-dlab] 02/02: [DLAB-1206] - Changed cron for billing(GCP)

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

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

commit df0ed3a4b6ba7af5426ea979c0d87676a2533ad3
Author: Oleh Fuks <ol...@gmail.com>
AuthorDate: Thu Oct 24 14:03:41 2019 +0300

    [DLAB-1206] - Changed cron for billing(GCP)
---
 services/billing-gcp/billing.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/services/billing-gcp/billing.yml b/services/billing-gcp/billing.yml
index 3764792..522c7ad 100644
--- a/services/billing-gcp/billing.yml
+++ b/services/billing-gcp/billing.yml
@@ -11,7 +11,7 @@ spring:
 dlab:
   sbn: <CONF_SERVICE_BASE_NAME>
   bigQueryDataset: <BILLING_DATASET_NAME>
-  cron: 0 * * * * *
+  cron: 0 0 */1 * * *
 
 logging:
   file: /var/opt/dlab/log/ssn/billing.log


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