Partition dataflow workers by tenant

This commit is contained in:
2026-08-04 09:29:35 +02:00
parent 93dfda0e10
commit 42f87ddc88
3 changed files with 47 additions and 22 deletions
+3 -1
View File
@@ -266,7 +266,9 @@ DOCUMENTATION = (
"Publication to a governed Datasource uses forward recovery: an unknown provider outcome is reconciled "
"before retry so output is not duplicated. Staging and production promotion is explicit and does not "
"rewrite a revision. Cancellation is best effort once external work has started; the final evidence "
"states whether work stopped, completed, failed, or requires operator reconciliation."
"states whether work stopped, completed, failed, or requires operator reconciliation. Scheduled, event, "
"and queued execution is partitioned by tenant module entitlement before a run is claimed. Disabling "
"Dataflow stops new admission and leaves accepted runs available for an explicit operator decision."
),
layer="available",
documentation_types=("admin", "user"),