fabric8io / vertx-maven-plugin

Vert.x Maven Plugin - moved to https://github.com/reactiverse/vertx-maven-plugin
https://github.com/reactiverse/vertx-maven-plugin
Apache License 2.0
25 stars 5 forks source link

Support Incremental Builder Queue #60

Closed kameshsampath closed 7 years ago

kameshsampath commented 7 years ago

Right now the incremental build works without any queuing, to it will be better to have build queues

cescoffier commented 7 years ago

I believe it already has a queue built-in in the FileAlterationMonitor (in the sense it uses the same thread to run the build). IS it what you want to change ?

Something nice to add would be a way to limit the frequency of the builds with some kind of "grace" period.