← Back to KB Index
SuperAda: Enterprise Operations — 136 Active Autonomous Tasks
superada-enterprise-operations.md
tags

Date Compiled: 2026-04-28

Type: source

Related Questions: factory-methodology, autonomous-cron-management, multi-agent-operations, ai-fleet-management

Cluster Architecture

Cron clusters group related tasks to save compute and context window overhead:

ClusterScheduleTasks Inside
cluster:hourly-opsHourly8 sub-tasks
cluster:morning-intelligenceDaily 7:007 sub-tasks
cluster:2x-daily-intelTwice Daily5 sub-tasks
cluster:morning-data-pipelineDaily 06:055 sub-tasks
cluster:morning-actionsDaily 8:004 sub-tasks
overnight-proactive-workDaily 3:003 sub-tasks
cluster:6h-maintenanceEvery 6h2 sub-tasks
evening-data-collectionTwice Daily2 sub-tasks
research-buildDaily 6:002 sub-tasks

n8n External Watchdog Pattern

n8n (self-hosted workflow engine) is monitored externally by OpenClaw meta-crons.

cluster:hourly-ops includes an n8n-health step: pings n8n API externally. If n8n goes down, Ada detects it and alerts in Discord #upgrades or #medbay before Henry notices.

Principle: Don't run watchers inside the system being watched.

Agent-Localized Background Jobs

Each agent runs localized tasks on their own independent gateway, not counted in the primary 98.

Spock (100.78.229.38)

Scotty (Raspberry Pi 100.68.207.75)

Zora (Mac Studio 100.86.150.96)

Source

Related Concepts

Bibliography