@@ -27,13 +27,6 @@ Attempting to create a second Job with the same name (and case) will overwrite t
27274 . Choose a schedule for your Job by inputting cron syntax (refer to the syntax chart in the form) or natural language.
28285 . Input SQL snippet or select a Database function, HTTP request, or Supabase Edge Function.
2929
30- <Image
31- alt = " Cron Create"
32- src = " /docs/img/guides/database/cron/cron-create.png"
33- className = " max-w-[700px] !mx-auto border rounded-md"
34- zoomable
35- />
36-
3730</TabPanel >
3831<TabPanel id = " sql-schedule-job" label = " SQL" >
3932
@@ -99,13 +92,6 @@ You can input seconds for your Job schedule interval as long as you're on Postgr
99922 . Click on the three vertical dots menu on the right side of the Job and click ` Edit cron job ` .
100933 . Make your changes and then click ` Save cron job ` .
10194
102- <Image
103- alt = " Cron Edit"
104- src = " /docs/img/guides/database/cron/cron-edit.png"
105- className = " max-w-[700px] !mx-auto border rounded-md"
106- zoomable
107- />
108-
10995</TabPanel >
11096<TabPanel id = " sql-edit-job" label = " SQL" >
11197
@@ -148,13 +134,6 @@ It is also possible to modify a job by using the `cron.schedule()` function by i
1481341 . Go to the [ Jobs] ( /dashboard/project/_/integrations/cron/jobs ) section and find the Job you'd like to unschedule.
1491352 . Toggle the ` Active ` /` Inactive ` switch next to Job name.
150136
151- <Image
152- alt = " Cron Toggle"
153- src = " /docs/img/guides/database/cron/cron-toggle.png"
154- className = " max-w-[700px] !mx-auto border rounded-md"
155- zoomable
156- />
157-
158137</TabPanel >
159138<TabPanel id = " sql-unschedule-job" label = " SQL" >
160139
@@ -190,13 +169,6 @@ select cron.alter_job(
1901692 . Click on the three vertical dots menu on the right side of the Job and click ` Delete cron job ` .
1911703 . Confirm deletion by entering the Job name.
192171
193- <Image
194- alt = " Cron Unschedule"
195- src = " /docs/img/guides/database/cron/cron-unschedule.png"
196- className = " max-w-[700px] !mx-auto border rounded-md"
197- zoomable
198- />
199-
200172</TabPanel >
201173<TabPanel id = " sql-delete-job" label = " SQL" >
202174
@@ -227,13 +199,6 @@ Unscheduling a Job will permanently delete the Job from `cron.job` table but its
2271991 . Go to the [ Jobs] ( /dashboard/project/_/integrations/cron/jobs ) section and find the Job you want to see the runs of.
2282002 . Click on the ` History ` button next to the Job name.
229201
230- <Image
231- alt = " Cron Job Runs"
232- src = " /docs/img/guides/database/cron/cron-history.png"
233- className = " max-w-[700px] !mx-auto border rounded-md"
234- zoomable
235- />
236-
237202</TabPanel >
238203<TabPanel id = " sql-runs-job" label = " SQL" >
239204
0 commit comments