Cron Job Pricing
Hi! I am planning to use supabase for Cron Jobs. I mainly use for making HTTP requests to my API and I would like to know for the Free tier what are the limits like how many crons can i create as well as how many crons can be executed in a month. Thank you
4 Replies
As many as you can make before your CPU usage is impacted and your data egress limit allows.
Alright and if im on the free plan and i reach my limit then the jobs won’t work right or i will be billed too?
You don't submit a credit card so you can't be billed. Things will stop eventually if you exceed egress data limits. Unless you are running 100's a minute I doubt you will hit a CPU/memory issue.
Cool thanks