process_queue
Approve and drain queued actions for X accounts, applying pacing and daily caps. Process pending items for one account or all accounts with due actions.
Instructions
Drain queued actions with jittered pacing and daily caps. THIS
CALL IS THE APPROVAL GATE for queued work: items execute through the
same pacing/dedup/metrics path as every other write action. With
account omitted, every account with due items drains (each bounded
by max_actions and its own daily caps).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| max_actions | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |