diff --git a/infra/ansible/roles/worker-crons/defaults/main.yml b/infra/ansible/roles/worker-crons/defaults/main.yml index 755eeed..512ce96 100644 --- a/infra/ansible/roles/worker-crons/defaults/main.yml +++ b/infra/ansible/roles/worker-crons/defaults/main.yml @@ -220,12 +220,14 @@ worker_crons: on_calendar: "*-*-* 16:00:00 UTC" persistent: true - # IRP apportioned-fee invoice poller — every 15 min. Scans the IRP filings - # mailbox for state replies to our IRP submissions, parses the apportioned fee, - # bills the customer the EXACT amount (gov-fee child order + payment link), and - # Telegram-alerts the operator. See scripts/workers/services/irp_filing.py. + # IRP + intrastate-authority fee-invoice poller — every 15 min. Scans the + # filings mailbox for state replies to our IRP ([PW-IRP]) and intrastate + # PSC/PUC ([PW-ISA]) submissions, parses the apportioned/authority fee, bills + # the customer the EXACT amount (gov-fee child order + payment link), and + # Telegram-alerts the operator. See scripts/workers/services/irp_filing.py + # (shared poller) and intrastate_filing.py. - name: pw-irp-invoice-poller - description: Poll IRP filings mailbox for state fee invoices and bill customers + description: Poll filings mailbox for IRP/intrastate state fee invoices and bill customers module: scripts.workers.irp_invoice_poller on_calendar: "*-*-* *:00/15:00 UTC" persistent: true