Governance
Automation
Business executors, schedules, runs and queue state — business workflows only, never AI generation.
Rules
Enable or disable business automation rules.
| Rule | Trigger | Status |
|---|---|---|
| pin-publish-due | schedule | enabled |
| affiliate-reconciliation | schedule | enabled |
| sitemap-rebuild | schedule | enabled |
| seo-health-report | schedule | disabled |
- Rule
- pin-publish-due
- Trigger
- schedule
- Status
- enabled
- Rule
- affiliate-reconciliation
- Trigger
- schedule
- Status
- enabled
- Rule
- sitemap-rebuild
- Trigger
- schedule
- Status
- enabled
- Rule
- seo-health-report
- Trigger
- schedule
- Status
- disabled
Scheduled jobs
DB-driven cron schedules executed by the automation worker.
| Job | Schedule | Queue | Handler | Next run | Actions |
|---|---|---|---|---|---|
| pin-publish-due | 0 6 * * * | pinterest.publish_due | 2026-08-14T06:00:00Z | ||
| sitemap-rebuild | 0 2 * * * | seo | seo.sitemap_rebuild | 2026-08-14T02:00:00Z | |
| affiliate-reconciliation | 0 4 * * 1 | affiliate | affiliate.reconciliation | 2026-08-18T04:00:00Z |
- Job
- pin-publish-due
- Schedule
0 6 * * *- Queue
- Handler
pinterest.publish_due- Next run
- 2026-08-14T06:00:00Z
- Actions
- Job
- sitemap-rebuild
- Schedule
0 2 * * *- Queue
- seo
- Handler
seo.sitemap_rebuild- Next run
- 2026-08-14T02:00:00Z
- Actions
- Job
- affiliate-reconciliation
- Schedule
0 4 * * 1- Queue
- affiliate
- Handler
affiliate.reconciliation- Next run
- 2026-08-18T04:00:00Z
- Actions
Execution history
Recent job runs, retries and failures (append-only).
| Job | Niche | Status | Attempts | Started | Last error | Actions |
|---|---|---|---|---|---|---|
pin-publish-due | global | success | 1 | 2026-08-13T06:00:01Z | — | |
sitemap-rebuild | global | success | 1 | 2026-08-13T02:00:01Z | — | |
affiliate-reconciliation | global | failed | 2 | 2026-08-11T04:00:01Z | affiliate-service: reconciliation rejected (mismatch) |
- Job
pin-publish-due- Niche
- global
- Status
- success
- Attempts
- 1
- Started
- 2026-08-13T06:00:01Z
- Last error
- —
- Actions
- Job
sitemap-rebuild- Niche
- global
- Status
- success
- Attempts
- 1
- Started
- 2026-08-13T02:00:01Z
- Last error
- —
- Actions
- Job
affiliate-reconciliation- Niche
- global
- Status
- failed
- Attempts
- 2
- Started
- 2026-08-11T04:00:01Z
- Last error
- affiliate-service: reconciliation rejected (mismatch)
- Actions
Queue ledger
Durable queue items with retry metadata and operator controls.
| Queue | Payload | Niche | State | Attempts | Last error | Actions |
|---|---|---|---|---|---|---|
job_run:run1 | global | done | 1/5 | — | ||
| seo | job_run:run2 | global | done | 1/5 | — | |
| affiliate | job_run:run3 | global | failed | 2/5 | affiliate-service: reconciliation rejected (mismatch) |
- Queue
- Payload
job_run:run1- Niche
- global
- State
- done
- Attempts
- 1/5
- Last error
- —
- Actions
- Queue
- seo
- Payload
job_run:run2- Niche
- global
- State
- done
- Attempts
- 1/5
- Last error
- —
- Actions
- Queue
- affiliate
- Payload
job_run:run3- Niche
- global
- State
- failed
- Attempts
- 2/5
- Last error
- affiliate-service: reconciliation rejected (mismatch)
- Actions
Executors
Registered business executors (read-only).
| Executor | Queue |
|---|---|
aios.dispatch | aios |
affiliate.reconciliation | affiliate |
analytics.rollup | analytics |
pinterest.publish_due | |
seo.sitemap_rebuild | seo |
- Executor
aios.dispatch- Queue
- aios
- Executor
affiliate.reconciliation- Queue
- affiliate
- Executor
analytics.rollup- Queue
- analytics
- Executor
pinterest.publish_due- Queue
- Executor
seo.sitemap_rebuild- Queue
- seo