Skip to content

Commit 4f1d366

Browse files
committed
feature/PI-546-etl_item_already_exists Turn changelog off and fix file name typo
1 parent dffab01 commit 4f1d366

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

infrastructure/terraform/per_workspace/modules/etl/sds/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ module "schedule_trigger_update" {
558558
source = "./schedule/"
559559
lambda_arn = module.trigger_update.lambda_function.lambda_function_arn
560560
lambda_name = module.trigger_update.lambda_function.lambda_function_name
561-
schedule_expression = contains(["prod"], var.environment) ? "rate(15 minutes)" : "cron(0 0 1 1 ? 2000)" # changelog schedule only active for prod
561+
schedule_expression = "cron(0 0 1 1 ? 2000)" # Will never run. To turn on set to: contains(["prod"], var.environment) ? "rate(15 minutes)" : "cron(0 0 1 1 ? 2000)"
562562
}
563563

564564
module "bulk_trigger_notification" {

src/etl/sds/tests/changelog/scenarios/message_handling_system/can_delete_and add_device_with_same_unique_identifier/__init__.py renamed to src/etl/sds/tests/changelog/scenarios/message_handling_system/can_delete_and_add_device_with_same_unique_identifier/__init__.py

File renamed without changes.

src/etl/sds/tests/changelog/scenarios/message_handling_system/can_delete_and add_device_with_same_unique_identifier/extract_output.json renamed to src/etl/sds/tests/changelog/scenarios/message_handling_system/can_delete_and_add_device_with_same_unique_identifier/extract_output.json

File renamed without changes.

src/etl/sds/tests/changelog/scenarios/message_handling_system/can_delete_and add_device_with_same_unique_identifier/load_output.json renamed to src/etl/sds/tests/changelog/scenarios/message_handling_system/can_delete_and_add_device_with_same_unique_identifier/load_output.json

File renamed without changes.

0 commit comments

Comments
 (0)