HackerTrans
TopNewTrendsCommentsPastAskShowJobs

klevo

no profile record

Submissions

Show HN: Stepped Actions – distributed workflow orchestration for Rails

github.com
85 points·by klevo·قبل 7 أشهر·15 comments

iOS 26 variable web font weight issues

klevo.sk
4 points·by klevo·قبل 9 أشهر·0 comments

Show HN: Envirobly – Efficient App Hosting

envirobly.com
6 points·by klevo·قبل 9 أشهر·6 comments

Show HN: Locport – manage localhost ports and prevent conflicts

github.com
2 points·by klevo·قبل 10 أشهر·0 comments

comments

klevo
·قبل 7 أشهر·discuss
Thanks :-)
klevo
·قبل 7 أشهر·discuss
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 أشهر·discuss
That looks cool. It's a different approach with different features.
klevo
·قبل 7 أشهر·discuss
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 أشهر·discuss
Thanks slig. I definitely wanted to go for a simple and down to earth presentation.
klevo
·قبل 9 أشهر·discuss
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 أشهر·discuss
> 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.