Cron Job #32516
Answered
by
GaryAustin1
apurbanand
asked this question in
Questions
Cron Job
#32516
-
What are the implications of running a high frequency Cron Job? By implications I mean does it have a financial implicvation in terns of increasing the monthly billling? Or does it have an operational implincation in terns of slowing down the other functionalities of Supabase platform........or any other implicaion? |
Beta Was this translation helpful? Give feedback.
Answered by
GaryAustin1
Jan 1, 2025
Replies: 1 comment 1 reply
-
It uses database processing for a bit of overhead and whatever your function uses. Then if you make http calls would use bandwidth (egress). It is all Postgres so probably more info on the web. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
apurbanand
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It uses database processing for a bit of overhead and whatever your function uses. Then if you make http calls would use bandwidth (egress).
It is all Postgres so probably more info on the web.