@accounting

Variant of @execute which is only executed for accounting requests. Rejecting from this pipeline will reject the request immediately.

Note: The @ prefix is required for pipeline blocks. The legacy syntax without @ (e.g., accounting {}) is deprecated and emits warnings. Use @accounting {} for new configurations.

See also

Example

@accounting {
    backend "accounting-db";
    accept;
}