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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Open-source Python framework for user-triggered cloud workloads

7 点作者 kackiel超过 1 年前
Hey HN, half a year ago we were building a feature where our users could trigger long-running jobs with the following requirements: (i) the job is provisioned by the user action (e.g., clicking a button in the UI), (ii) the job can be canceled by the user, (iii) the progress of the job can be inspected while the job is running, (iv) hardware for the job is provisioned only when needed (the job may require expensive hardware and isn&#x27;t called that frequently).<p>Because we couldn&#x27;t find any existing ways of achieving this we decided to implement one for Python. Currently, it uses an AWS ECS cluster (friendly Terraform to provision it attached!) but it should be very easy to port it to K8s so it works on other clouds as well.

暂无评论

暂无评论