You assume someone purchased hardware (preferably available anywhere on the planet), powered it up, set it up, connected it to the internet, then built the software to handle your very specific task, then put it online to do specifically what you want and for a close-to-free price? And you're shocked this doesn't exist?
Ask HN: What is the cheapest, easiest way to host a cronjob in 2022?
91–100 of 336 posts
> It is 2022, so I had thought it would be tremendously easy and cheap, but it seems no solution is easily implemented.
Re: Ask HN: What is the cheapest, easiest way to host a cronjob in 2022?
#92I set (and forgot) a Twitter bot a while ago that generates a randomized image and posts it,via GCP with a cron trigger twice a day. It hasn't cost me anything.
Re: Ask HN: What is the cheapest, easiest way to host a cronjob in 2022?
#93Google App Engine, Google Cloud Tasks, free
Re: Ask HN: What is the cheapest, easiest way to host a cronjob in 2022?
#94[deleted]
Re: Ask HN: What is the cheapest, easiest way to host a cronjob in 2022?
#95Re: Ask HN: What is the cheapest, easiest way to host a cronjob in 2022?
#96[dead]
Re: Ask HN: What is the cheapest, easiest way to host a cronjob in 2022?
#97You could configure crond to invoke it for you. Debian already has a cron.hourly facility for that rhythm.
Re: Ask HN: What is the cheapest, easiest way to host a cronjob in 2022?
#98I recently utilized Netlify for this. My build was actually my scraper and I used their Scheduled Functions (cron) to trigger this build every so often.
https://www.netlify.com/blog/how-to-schedule-deploys-with-ne...
Re: Ask HN: What is the cheapest, easiest way to host a cronjob in 2022?
#99Re: Ask HN: What is the cheapest, easiest way to host a cronjob in 2022?
#100Earlier quoted context omitted.
A use case I've needed cloud services for is web scraping. Sites which IP ban web scrapers will still allow scraping from major cloud provider IP space.
How are sites detecting and banning once-an-hour users? Yes, if you want to spider an entire website continuously, you could get IP banned, but if you're making 24 (or even 96) requests a day to visit one site and check some data, your traffic is indistinguishable from baseline.
I've seen bigger sites block requests from ip ranges that belong to hosting providers. Don't know about cloud providers, but doing it from home with a residential address has the highest chances of success. You might still end up in the cloudflare verification page though sometimes.