# Scheduler / Operations Commands

Confirm exact cadence with the human architect before enabling production schedulers.

```powershell
php bin/expire-seat-holds
php bin/send-system-alert-notifications
php bin/send-ticket-deliveries --limit=100
php bin/run-finance-exports
php bin/send-finance-export-deliveries --limit=100
php bin/sync-ticket-inventory
php bin/rescan-media-assets --force --limit=100
php bin/apply-media-retention --limit=100
```

## Monitoring Targets

- Stripe webhook failures and unprocessed webhooks.
- Delivery queue growth.
- Failed ticket delivery.
- Failed finance export delivery.
- Failed media malware scans.
- Stale checkout drafts.
- Seat holds active beyond 15 minutes.
- Database connection failures.
- Disk usage for uploads/runtime logs.
- Admin role/permission changes.
- Failed login and rate-limit spikes.
