HackerTrans
热门最新趋势评论往期问答秀出招聘

klevo

no profile record

提交

Show HN: Stepped Actions – distributed workflow orchestration for Rails

github.com
85 分·作者 klevo·7个月前·15 评论

iOS 26 variable web font weight issues

klevo.sk
4 分·作者 klevo·9个月前·0 评论

Show HN: Envirobly – Efficient App Hosting

envirobly.com
6 分·作者 klevo·9个月前·6 评论

Show HN: Locport – manage localhost ports and prevent conflicts

github.com
2 分·作者 klevo·10个月前·0 评论

评论

klevo
·7个月前·讨论
Thanks :-)
klevo
·7个月前·讨论
Not sure how async gem would fit into this. The backbone of Stepped Actions is ActiveJob which handles execution. Where do you think this would fit in?
klevo
·7个月前·讨论
That looks cool. It's a different approach with different features.
klevo
·7个月前·讨论
Yes, state is persisted to DB upon every change. Action exceptions are handled gracefully and natural part of the system, they simply fail the action. Crash recovery is build-in thanks to checksums and ActiveJob, if you're using the right adapter, like GoodJob or SolidQueue where crash recovery is guaranteed.
klevo
·9个月前·讨论
Thanks slig. I definitely wanted to go for a simple and down to earth presentation.
klevo
·9个月前·讨论
Great suggestion with the calculator. Will definitely add it at some point. Also thanks a ton for the feedback, it means a lot to me!
klevo
·9个月前·讨论
> What's the secret sauce of undercutting AWS prices?

I'm only utilizing EC2 instances, storage and S3. Everything like databases, load balancers, NAT, even image storage is my own architecture and I'm not utilizing the value added services AWS offers for this and most would default to.

> How do you plan on keeping customers as they scale and mature?

I'll be adding features like DB replication and failover and multi AZ deployments down the line. But you're right, I'm focusing on small to medium size customers that want to run cheap, but still have all the convenience of a platform like Heroku for example.