mirror of
https://github.com/google/nomulus.git
synced 2025-08-05 17:28:25 +02:00
* Fix hanging threads in GcsDiffFileLister Basically, whenever we request threads using the request thread factory, we must be on the request thread itself. Dagger doesn't guarantee this for us if we provide the ExecutorService directly in the action (or in the GcsDiffFileLister), but we can gurantee that we're on the request thread itself by simply injecting a Lazy, so that the executor is instantiated inside the request itself. In addition, add a timeout on the futures just in case. |
||
---|---|---|
.. | ||
gradle/dependency-locks | ||
src | ||
WEB-INF/appengine-generated | ||
build.gradle | ||
Dockerfile |