docs(crons): note IRP invoice poller now also handles intrastate [PW-ISA] replies
This commit is contained in:
parent
b125d46663
commit
c27cfd3242
1 changed files with 7 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue