TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Simple utility to schedule webhooks with at specific time and url

3 点作者 dmundhra大约 4 年前
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.<p>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.<p>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

2 条评论

carmen_sandiego大约 4 年前
<a href="https:&#x2F;&#x2F;cloud.google.com&#x2F;scheduler" rel="nofollow">https:&#x2F;&#x2F;cloud.google.com&#x2F;scheduler</a><p>Does this work?
评论 #26377393 未加载
oftenwrong大约 4 年前
You might be able to negotiate a lower rate for Cronhooks. Never hurts to ask.