Hacker News new | ask | show | jobs
by peterhunt 1198 days ago
I work on Dagster but I'm not the author.

Dagster is OSS and most folks do local development on their laptop which is quite fast. The speedups in this post are for production deployments (i.e. landing a commit in your master branch) and for branch deployments (the deployments that run on every pull request).

1 comments

I hope it's straight line development on HEAD without branches. Continually rebasing what will eventually land now is cheaper than figuring out mega merges later.
Yeah totally agree. Most of the time branch deployments are short lived, single commit branches that live for the duration of the PR