Skipping steps automatically with our file watcher
Webapp.io has a powerful caching system which automatically makes builds faster:
As your build progresses, webapp.io monitors which files are used by which build steps at the hardware level.
For example, you don’t have to micromanage cache keys for steps like npm install or docker build, because we’ll know which files are used by those steps.
This would often mean 2x - 10x faster builds for common webapp workloads like starting databases and installing dependencies with no extra configuration.
Instead of pushing/pulling docker images to a registry like CircleCI’s docker layer caching, webapp.io has a directive to completely share the state of a build to a subsequent build with the RUN REPEATABLE directive.In general, this means significantly faster Docker builds at no extra cost, since the runner can share all of its images and build cache from previous builds.
If a CircleCI build fails, you can re-run it with instrumentation enabled using the Rerun job with SSH feature. The instance will run for two hours billing at the usual rate, and then shut off.In contrast, when a webapp.io build fails, the VM is hibernated and kept around - a button to “view debugging terminal” is available below the run logs, and will automatically wake up the instance and set up a SSH connection via your browser.