d33pu
03/13/2022, 2:02 PMselect
cron.schedule(
'webhook-every-minutex', -- name of the cron job
'* * * * *', -- every minute
$$
select content::json->'results'
from http_get('https://swapi.dev/api/people');
$$
);
thats the code I am trying to run but doesn't work
If I manually run the select statement it returns the json results
any help is highly appreciated 🙏Needle
03/13/2022, 2:02 PM/title
command!
We have solved your problem?
Click the button below to archive it.Olyno
03/13/2022, 3:08 PMNeedle
03/13/2022, 3:08 PMNeedle
03/16/2022, 8:13 AM