docs(crons): note IRP invoice poller now also handles intrastate [PW-ISA] replies

This commit is contained in:
justin 2026-06-16 07:59:38 -05:00
parent b125d46663
commit c27cfd3242

View file

@ -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