File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1050,7 +1050,7 @@ module "reuploader" {
10501050 first_run = true
10511051 service_name = " reuploader"
10521052 default_docker_image_url = " ooni/reuploader:20260617-8b35a38f"
1053- schedule_expression = " cron(30 * * * ? 2000-2199)"
1053+ schedule_expression = " cron(30 0 * * ? 2000-2199)"
10541054 stage = local. environment
10551055 dns_zone_ooni_io = local. dns_zone_ooni_io
10561056 key_name = module. adm_iam_roles . oonidevops_key_name
@@ -1059,7 +1059,7 @@ module "reuploader" {
10591059
10601060 task_environment = {
10611061 AWS_REGION = var.aws_region
1062- BATCH_SIZE = 150000
1062+ BATCH_SIZE = 50000
10631063 S3_BUCKET_NAME = data.aws_s3_bucket.ooniprobe_failed_reports_2026_04_10.bucket
10641064 FASTPATH_API = " http://${ module . ooni_reuploader_fastpath . aws_instance_private_ip } :8472"
10651065 LOG_LEVEL = " DEBUG"
You can’t perform that action at this time.
0 commit comments