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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What task did you stop automating?

15 点作者 onuralp将近 6 年前

3 条评论

mtmail将近 6 年前
In a SaaS immediately deleting an account after a paying user clicks &#x27;delete my account&#x27;.<p>Instead there&#x27;s a confirmation that somebody from the support team will take care. Users (from what I&#x27;ve read on blogs) often suspect that&#x27;s because we try to upsell or keep the account open longer. Not the case. We want to review the account because in the past users had multiple and they closed the wrong one, we had manual payment arrangements setup which months later triggered a payment, see if a refund is due (e.g. user cancelled one day after an invoice was paid or they haven&#x27;t logged it a whole month), and lastly we want to thank larger customers personally.
nikisweeting将近 6 年前
At our scale manual deploys seem to have fewer outages than automatic ones, so I&#x27;ve moved back from automating the deploys to simply providing easy commands to do 99% of the deploy work, but still requiring them to be triggered manually. I suspect this balance will shift towards favoring more CI&#x2F;CD automation once we reach a bigger scale.
hnruss将近 6 年前
I generally try to prevent large amounts of data from being automatically downloaded or uploaded, so I disable things like automatic git fetch (when working with a large repository), automatic cloud backups, automatic updates, etc. This configuration tends to occur organically over time as I encounter unexpected moments of device slowness and &quot;fix&quot; the problem by disabling the offending automation.
评论 #20359672 未加载