Overview
The durable execution worker processes queued workflow executions via pgmq. It runs on a per-minute cron schedule and processes batches per organization with semaphore-based concurrency control.Configuration
Worker settings are stored infw_module_settings (one row per organization):
Enabling the Worker
- Navigate to FW Settings → Worker tab
- Toggle Enable Execution Worker on
- Adjust batch size and visibility timeout as needed
- Save settings