Josh Graham
Josh Graham
Keeps connections open to import and export database. Takes a single collection and document ID to squeal. Probably use a "webhooks" asynch web approach
Perhaps: sleep(1) until first minute sleep(3) until 5th minute sleep(10) after that Gives more time to the real work of doing the squeal.
``` scala /** * The port to use for a test server. Defaults to 19001. May be configured using the system property * testserver.port */ lazy val testServerPort = Option(System.getProperty("testserver.port")).map(_.toInt).getOrElse(19001)...
Update URL to ADR blog
Update URL to ADR blog