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.