top of page
Redis Workflow Lock for Scheduled Runs
An n8n workflow that uses Redis to lock execution status, preventing concurrent runs of a main workflow triggered on a set schedule. It checks and updates workflow state as 'running' or 'idle' to ensure serialized runs, using scheduleTrigger, Redis, and executeWorkflow nodes.

bottom of page
