excalibur_scheduler_check_now
Ask the scheduler to run one tick now (free; any proven patron).
Pokes the Worker's /tick — the same work the ~30-minute cron does: it
claims a pending proof reply (completing the operator's authorization) and
fires any due posts. Use it right after the operator approves in Studio so
nobody waits for the next tick.
Deliberately NOT operator-only. Approving is the operator's act; noticing
that they approved is anyone's, and a patron watching a parked scheduler is
often the one who notices first. The poke carries no authority — it cannot
approve anything, only ask the Worker to look. The challenge phrase stays
operator-gated (scheduler_pending).
The Worker runs the tick in the background and returns immediately; re-read
scheduler_status a few seconds later to see the phase flip. Returns
{started: true} or {started: false} if the Worker couldn't be
reached.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| npub | No | Your npub (npub1...). | |
| dpop_token | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||