cloud CF-workflows
Recommending Cloudflare Workflows, an excellent 👍 AI Agent running platform
It can run long tasks step by step, with visible output for each step. If a step fails, it can automatically wait and retry. Sleep time can be set between steps to prevent downstream API rate limiting. For scheduled tasks and queue tasks, storage can be directly bound to Cloudflare Workers. If a historical task fails, it can be manually triggered from the console.
The only drawback is that Cloudflare Workers' Edge Runtime doesn't support some Node.js features.
The Hacker News Chinese News Feed uses Next.JS 15 (OpenNext) and Cloudflare Workflows, with Workflow deployment integrated into OpenNext, which can serve as a template to quickly start a similar project.