Hello everyone, I am having hard time to work with...
# help
d
Hello everyone, I am having hard time to work with cron job I am trying to run this but it seems it doesn't return json at all.
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
Hi , please avoid to ask your question in multiple messages as you did. When you do that, it creates a new thread each time, flooding the help and mentioning us a lot of time unnecessary. I invite you to ask in the same thread next time. I timeout you 24h the time you can take this message in consideration, and be sure to not reproduce the same mistake. Thanks you! @User
n
deepu (2022-03-13)
o

https://cdn.discordapp.com/attachments/843999948717555735/952566943750176848/unknown.png

Copy code
js
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
Thread was archived by @d33pu. Anyone can send a message to unarchive it.