gokatz
05/28/2022, 3:47 AMselect
cron.schedule(
'daily-refresh-0500',
'00 05 * * *',
$$
select status
from
http_post(
'https://example.com/api/refresh',
'{}',
'application/json'
)
$$
);
Any help on this would be great 🙏Needle
05/28/2022, 3:47 AMgaryaustin
05/28/2022, 2:34 PMNeedle
05/28/2022, 2:34 PM