Job Scheduling Service Cron Job & Supabase Keep-Alive

Prevent your free Supabase project from being paused after 7 days of inactivity. Schedule automated HTTP requests, webhooks, and endpoint health checks with Unix-like cron precision.

Rian (Supabase Dev)
Budi (Backend Lead)
Siti (Fullstack Eng)
Ahmad (DevOps)
5.0
Trusted by 500+ Supabase developers & backend engineers
Anti-Pause Supabase Free Tier
Unix Cron Standard Format
Real Latency & SSL Certificate Tracking
LIVE HTTP PING & SSL TESTER

Uji Respon HTTP & Status SSL URL Anda

Uji respon real-time, status code 200 OK, latency, dan sisa masa berlaku sertifikat SSL target Anda.

Coba Contoh:

Terintegrasi Sempurna dengan Ekosistem Backend & Cloud Modern

SupabaseAnti-Pause Keep-Alive
PostgreSQLDatabase & RLS Sync
Next.jsFullstack App Router
VercelEdge & Serverless API
Node.jsAutomated Webhooks
GitHubActions & Health Check
DockerLinux Cron Precision
Discord & TelegramFailure Notifications
SupabaseAnti-Pause Keep-Alive
PostgreSQLDatabase & RLS Sync
Next.jsFullstack App Router
VercelEdge & Serverless API
Node.jsAutomated Webhooks
GitHubActions & Health Check
DockerLinux Cron Precision
Discord & TelegramFailure Notifications
Supabase Developer Problem

Don't Let Your Supabase Database
Get Paused Automatically

Supabase Free Tier automatically pauses databases that do not receive requests for 7 consecutive days. Once paused, your web/mobile app experiences total downtime and 500 errors until you manually restore the instance.

Periodic Automated Ping

Ikhlas CronJob dispatches lightweight HTTP requests (e.g. every 5 or 15 minutes) to ensure active traffic is continuously recorded.

Reliable Cron Scheduler

High-precision scheduler engine running 24/7 across edge nodes with low latency and automatic retry options.

KEEP_ALIVE_SCHEDULER_ACTIVE
Interval: */5 * * * *
Request Method:GET https://*.supabase.co/rest/v1/
Headers:apikey: anon_key, Authorization: Bearer
Status Database:Active (0 days idle, Never Paused)

Tips Keep-Alive Efisien

Target your ping to a REST table endpoint with limit 1 (e.g. /rest/v1/health?limit=1) or an empty RPC function for minimal resource usage.
Feature Capabilities

Engineered for Production Webhooks & Cron Reliability

Full suite of automated scheduling tools for developers, startups, and backend engineers.

HTTP Methods & Payloads

Supports GET, POST, PUT, PATCH, and DELETE with custom JSON headers, auth, and bodies.

Unix Cron & Intervals

Standard 5-part cron syntax (* * * * *) or handy presets from every 5 minutes to monthly.

Detailed Execution Logs

Records status codes, round-trip latency in ms, exact timestamps, and error responses.

Folder Organization

Group and categorize your cron jobs by project, environment (staging/prod), or client.

Instant Manual Trigger

Execute any cron job immediately on-demand with one click to test endpoints.

Zero Server Maintenance

Runs entirely in the cloud without needing to maintain your own crontab daemon.

Simple Setup

3 Simple Steps to Keep-Alive

01

Sign Up for Free

Create your account in seconds without requiring a credit card.

02

Set Target URL & Schedule

Enter your Supabase REST URL or API endpoint and choose your cron interval.

03

Automated 24/7 Monitoring

Our engine executes scheduled requests on time and logs latency metrics.

Cron Expressions

Standard Unix Cron Syntax

Support standard 5-field cron format: minute, hour, day of month, month, day of week.

*

Minute (0-59)

*

Hour (0-23)

*

Day of Month (1-31)

*

Month (1-12)

*

Day of Week (0-6, Sun-Sat)

Popular Presets

*/5 * * * *Every 5 minutes
Best recommendation for free Supabase keep-alive ping.
*/15 * * * *Every 15 minutes
Resource-efficient option for API server health checks.
0 * * * *Every 1 hour
Ideal for scheduled data sync or cache refresh.
0 0 * * *Every day at 00:00
Daily database cleanup, summary reports, or backup triggers.
0 8 * * 1Every Monday at 08:00
Automated weekly reports to Discord / Telegram webhooks.
Frequently Asked Questions

Common Questions & Answers

How does Ikhlas CronJob prevent free Supabase projects from being paused?

Supabase Free Tier has an automatic policy that pauses databases without any request activity for 7 consecutive days. By scheduling a periodic CronJob in Ikhlas CronJob (e.g. GET request to your REST endpoint or RPC function every 5 or 15 minutes), Supabase will continuously detect active incoming traffic, preventing your project from being paused.

Can I use Ikhlas CronJob for APIs other than Supabase?

Absolutely! Ikhlas CronJob is a general-purpose scheduling engine. You can use it to trigger Discord/Telegram webhooks, invoke AWS Lambda / Serverless Edge functions, monitor uptime and SSL health, or run scheduled background data sync.

What HTTP methods and payloads are supported?

All standard HTTP methods: GET, POST, PUT, PATCH, and DELETE. You can include custom JSON headers, Bearer tokens, request payloads, Basic Authentication credentials, and custom timeouts/retry policies.

How is user data security and credential privacy enforced?

The database is powered by Supabase PostgreSQL with strict Row Level Security (RLS) policies. Every user can only read, execute, and modify their own cron jobs.