From 3467a5952cac6243a931abfff0636b931065d6f7 Mon Sep 17 00:00:00 2001 From: reshmabidikar Date: Tue, 2 Dec 2025 09:16:50 +0530 Subject: [PATCH 1/2] delete org.killbill.invoice.rescheduleIntervalOnLock as it was duplicated --- .../includes/killbill-configuration-properties-table.adoc | 3 --- 1 file changed, 3 deletions(-) diff --git a/userguide/platform/includes/killbill-configuration-properties-table.adoc b/userguide/platform/includes/killbill-configuration-properties-table.adoc index 76292e4b0..f477e34da 100644 --- a/userguide/platform/includes/killbill-configuration-properties-table.adoc +++ b/userguide/platform/includes/killbill-configuration-properties-table.adoc @@ -102,9 +102,6 @@ KB_org_killbill_invoice_inArrear_mode |Determine how the system should behave |org.killbill.invoice.parkAccountsWithUnknownUsage/ KB_org_killbill_invoice_parkAccountsWithUnknownUsage |Whether to park accounts when usage data is recorded but not defined in the catalog |false |Per-Tenant/Config File/Environment Variable -|org.killbill.invoice.rescheduleIntervalOnLock/ - -KB_org_killbill_invoice_rescheduleIntervalOnLock |Time delay to reschedule an invoice run when lock is held |0s |Per-Tenant/Config File/Environment Variable |org.killbill.invoice.maxInvoiceLimit/ KB_org_killbill_invoice_maxInvoiceLimit |How far back in time should invoice generation look at |P200Y |Per-Tenant/Config File/Environment Variable From 23f191d239410c8b7a9ead94211603e1d3fbc6b8 Mon Sep 17 00:00:00 2001 From: reshmabidikar Date: Tue, 2 Dec 2025 09:29:32 +0530 Subject: [PATCH 2/2] Heading for tenant-level configuration --- userguide/aviate/aviate-custom-invoice-sequencing.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/userguide/aviate/aviate-custom-invoice-sequencing.adoc b/userguide/aviate/aviate-custom-invoice-sequencing.adoc index 7344c41b3..0f6275ed2 100644 --- a/userguide/aviate/aviate-custom-invoice-sequencing.adoc +++ b/userguide/aviate/aviate-custom-invoice-sequencing.adoc @@ -21,6 +21,8 @@ To use the custom invoice sequencing feature provided by the Aviate plugin, ensu com.killbill.billing.plugin.aviate.enableCustomInvoiceSequencing=true ---- +=== Tenant-level Configuration + In addition, the Aviate Custom Invoicing feature requires some tenant-level configuration. This can be done by executing the https://killbill.github.io/slate/tenant.html#add-a-per-tenant-configuration-for-a-plugin[per-tenant configuration] endpoint as follows: [source, bash]