Skip to content

Commit f4207d6

Browse files
committed
run reuploader daily, limit the batch size
1 parent 3fc321f commit f4207d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tf/environments/prod/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)