Skip to content

Commit b43835b

Browse files
Temp 0 cache to confirm if its actually the issue
1 parent 51b14e7 commit b43835b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • infrastructure/terraform/modules/backend-api

infrastructure/terraform/modules/backend-api/locals.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ locals {
4242
CLIENT_CONFIG_TTL_SECONDS = 900
4343
DEFAULT_LETTER_SUPPLIER = local.default_letter_supplier_name
4444
ENVIRONMENT = var.environment
45-
LETTER_VARIANT_CACHE_TTL_MS = 300000
45+
LETTER_VARIANT_CACHE_TTL_MS = 0
4646
LETTER_VARIANT_TABLE_NAME = aws_dynamodb_table.letter_variants.name
4747
NODE_OPTIONS = "--enable-source-maps"
4848
RENDER_REQUEST_QUEUE_URL = module.sqs_letter_render.sqs_queue_url

0 commit comments

Comments
 (0)