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.
Uji respon real-time, status code 200 OK, latency, dan sisa masa berlaku sertifikat SSL target Anda.
Terintegrasi Sempurna dengan Ekosistem Backend & Cloud Modern
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.
Ikhlas CronJob dispatches lightweight HTTP requests (e.g. every 5 or 15 minutes) to ensure active traffic is continuously recorded.
High-precision scheduler engine running 24/7 across edge nodes with low latency and automatic retry options.
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.Full suite of automated scheduling tools for developers, startups, and backend engineers.
Supports GET, POST, PUT, PATCH, and DELETE with custom JSON headers, auth, and bodies.
Standard 5-part cron syntax (* * * * *) or handy presets from every 5 minutes to monthly.
Records status codes, round-trip latency in ms, exact timestamps, and error responses.
Group and categorize your cron jobs by project, environment (staging/prod), or client.
Execute any cron job immediately on-demand with one click to test endpoints.
Runs entirely in the cloud without needing to maintain your own crontab daemon.
Create your account in seconds without requiring a credit card.
Enter your Supabase REST URL or API endpoint and choose your cron interval.
Our engine executes scheduled requests on time and logs latency metrics.
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)
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.
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.
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.
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.