Hacker News new | past | comments | ask | show | jobs | submit login
Ask HN: Simple utility to schedule webhooks with at specific time and url
3 points by dmundhra on March 7, 2021 | hide | past | favorite | 3 comments
I am building a serverless application where in every invocation of a serverless function, I would like to schedule another future call with different payload and url. I am using Vercel to deploy the lambdas.

However, I am not able to find a simple way to just schedule the next function call, ie, an online utility that just takes (datetime, url, payload, headers) as inputs and makes an API call at the specific date time.

I had checked Cronhooks but it seemed quite expensive (5cents per webhook!). The value of these webhooks is not that high for me, hence looking for something much cheaper





Looks like Scheduler is best fit (and price reasonable only for fixed time jobs. However it gave a reference to this - https://cloud.google.com/tasks - which seems to fit the bill. Will try it out - thanks!


You might be able to negotiate a lower rate for Cronhooks. Never hurts to ask.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: