Skip to content

Commit 55f18b2

Browse files
authored
Merge pull request #784 from NHSDigital/feat/DTOSS-11757-Container-App-Jobs-appear-to-not-have-a-cron-schedule
DTOSS-11757: Container App Jobs enable notification job schedule
2 parents dc6e9f9 + 392d00e commit 55f18b2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

infrastructure/environments/preprod/variables.tfvars

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ nhs_notify_api_message_batch_url = "https://int.api.service.nhs.uk/comms/v1
1212
seed_demo_data = false
1313
allowed_paths = ["/notifications/message-status/create"]
1414
enable_alerting = true
15+
enable_notifications_jobs_schedule = true

infrastructure/environments/prod/variables.tfvars

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ allowed_paths = ["/notifications/message-status/create"]
1313
enable_alerting = true
1414
use_apex_domain = true
1515
cae_zone_redundancy_enabled = true
16+
enable_notifications_jobs_schedule = true

0 commit comments

Comments
 (0)