From 3fa013e7f505c9966244e9ee3e86cd197a3e3219 Mon Sep 17 00:00:00 2001 From: tangcd Date: Fri, 30 Jan 2026 11:36:26 +0800 Subject: [PATCH] update aws billing automata --- cloud-collector/en/aws_billing/codeTemplate.j2 | 2 +- cloud-collector/zh/aws_billing/codeTemplate.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cloud-collector/en/aws_billing/codeTemplate.j2 b/cloud-collector/en/aws_billing/codeTemplate.j2 index 0def6f98..91d6e35f 100644 --- a/cloud-collector/en/aws_billing/codeTemplate.j2 +++ b/cloud-collector/en/aws_billing/codeTemplate.j2 @@ -22,7 +22,7 @@ collector_configs = { {% endblock %} {% block run %} -@DFF.API('AWS-Instance-Billing Collection', timeout=300, fixed_crontab='5 * * * *') +@DFF.API('AWS-Instance-Billing Collection', timeout=300, fixed_crontab='0 3 * * *') def run(): Runner(main.DataCollector(account, collector_configs)).run() diff --git a/cloud-collector/zh/aws_billing/codeTemplate.j2 b/cloud-collector/zh/aws_billing/codeTemplate.j2 index 0def6f98..91d6e35f 100644 --- a/cloud-collector/zh/aws_billing/codeTemplate.j2 +++ b/cloud-collector/zh/aws_billing/codeTemplate.j2 @@ -22,7 +22,7 @@ collector_configs = { {% endblock %} {% block run %} -@DFF.API('AWS-Instance-Billing Collection', timeout=300, fixed_crontab='5 * * * *') +@DFF.API('AWS-Instance-Billing Collection', timeout=300, fixed_crontab='0 3 * * *') def run(): Runner(main.DataCollector(account, collector_configs)).run() -- Gitee