Expose the workers.max property in gradle.properties. This allows a dev to set the number of processors Gradle uses per their needs. See this.
Also take the chance to turn on vfs.watch. This allows Gradle to watch the virtual file system it creates in memory. In theory, this makes it slightly faster for incremental builds. See this.
- Add some missing prerequisites for Airbyte local development.
- Remove the Gitbook section on updating documentation. Gitbook's editor does funky autoformatting.
reviewer: Chris
* UI is crawling because it is constantly fetching specs.
* Fetch spec runs compete for resources / time with sync jobs, making the UI even slower.
* Caching these specs brings this under control.
* Explain how to implement standard tests in python and singer sources
* Make a note that basic normalization doesn't current work with >100 many fields. There's a fix in progress for this.
* Document how to reset the connectors index in local development.