workflows.fit
Back to n8n workflows
n8n templateFreeBy LukaszB

Keep Supabase free plan projects alive with scheduled database pings

Supabase Free Plan Keep-Alive Prevents Supabase from pausing an inactive project by writing randomised pings to a database table on a recurring schedule. --- Overview The workflow runs every 4 days and performs 25 seq...

Data & StorageDevelopmentCore NodesSchedule TriggerSupabaseManual TriggerCode
Loading interactive preview...

Template notes

Supabase Free Plan Keep-Alive

Prevents Supabase from pausing an inactive project by writing randomised pings to a database table on a recurring schedule.

---

Overview

The workflow runs every 4 days and performs 25 sequential database writes to the ping table in Supabase. Each write is separated by a random delay between 20 and 60 seconds to simulate organic activity rather than a mechanical burst.

---

Nodes

Schedule Trigger Fires every 4 days automatically. A manual trigger is also included for testing.