I'm not sure what you mean when you say there is no easy solution... procure a small vm on Linode or your choice of provider for like $20/mo. SSH into it, set up the crontab to run your web scraping script. I could literally have that set up and running in 15 minutes flat. EDIT: after reading the other solutions in this thread I'm blown away by how much people are over thinking and over engineering this. KISS people.
Overthinking it? Your solutions costs $240/year. There are solutions out there that would probably bring that under $20/year, and be more reliable than your VM that falls over when it's full of logs (at some indeterminate future date). 10x+ savings with greater reliability isn't "overthinking it", it's a greatly improved solution.
Ask HN: What is the cheapest, easiest way to host a cronjob in 2022?
171–180 of 336 posts
Re: Ask HN: What is the cheapest, easiest way to host a cronjob in 2022?
#172I'm not sure what you mean when you say there is no easy solution... procure a small vm on Linode or your choice of provider for like $20/mo. SSH into it, set up the crontab to run your web scraping script. I could literally have that set up and running in 15 minutes flat. EDIT: after reading the other solutions in this thread I'm blown away by how much people are over thinking and over engineering this. KISS people.
Re: Ask HN: What is the cheapest, easiest way to host a cronjob in 2022?
#173Re: Ask HN: What is the cheapest, easiest way to host a cronjob in 2022?
#174Re: Ask HN: What is the cheapest, easiest way to host a cronjob in 2022?
#175Re: Ask HN: What is the cheapest, easiest way to host a cronjob in 2022?
#176I'm not sure what you mean when you say there is no easy solution... procure a small vm on Linode or your choice of provider for like $20/mo. SSH into it, set up the crontab to run your web scraping script. I could literally have that set up and running in 15 minutes flat. EDIT: after reading the other solutions in this thread I'm blown away by how much people are over thinking and over engineering this. KISS people.
And a few funsies "droplets" for that much that host my resume and other low volume, but open to internet, sites.
They all run cron.
Re: Ask HN: What is the cheapest, easiest way to host a cronjob in 2022?
#177Re: Ask HN: What is the cheapest, easiest way to host a cronjob in 2022?
#178A VPS at hosthatch is still 4.99 I believe.
Re: Ask HN: What is the cheapest, easiest way to host a cronjob in 2022?
#179I'm not sure what you mean when you say there is no easy solution... procure a small vm on Linode or your choice of provider for like $20/mo. SSH into it, set up the crontab to run your web scraping script. I could literally have that set up and running in 15 minutes flat. EDIT: after reading the other solutions in this thread I'm blown away by how much people are over thinking and over engineering this. KISS people.