Can i make a netlify function to run a function each hour?

I need to update an api every hour.
Is it possible to make a netlify function for that purpose.
There will be no trigger.
Something like setinterval or every time the times minutes part is 00, Like that.

No such feature built in to our service today, but you can work around it in several ways and many customers do.

Our best suggestions for a workaround are:

Could one of those work for your use case?

2 Likes

Yes, it works for me