``` select cron.schedule( 'webhook-every-min...
# help
d
Copy code
select
  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 🙏
n
Hello @d33pu! This thread has been automatically created from your message in #843999948717555735 a ``few seconds ago``. Pinging @User so that they see this as well! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ... menu) and select Leave Thread to unsubscribe from future updates. Want to change the title? Use the
/title
command! We have solved your problem? Click the button below to archive it.
o
Checkout #952566934908588072 to continue this discuss
n
deepu (2022-03-13)
Thread was archived by @d33pu. Anyone can send a message to unarchive it.