In my last project, I was struggling to create and monitor cron jobs.
So, instead of creating hundreds of standalone scrips and executing them with cron, I decided to turn those scripts into multiple endpoints. Next, I created a single service that I could schedule HTTP requests to those endpoints and monitor its execution. No more scripts, now everything is endpoints that I can run manually at any time 😊
I turned this into a service where you can Schedule HTTP requests 🎉
I know you can Schedule HTTP requests with Zapier but come on... I will not pay 50 bucks for that hahahaha
btw, feedbacks are welcome. 😃