Maks Pawlak
Maks Pawlak
I noticed that as a part of https://github.com/palantir/docker-compose-rule/pull/140 the parameters of `ShutdownStrategy.shutdown()` changed from single `DockerDomposeRule` params to two separate `DockerCompose` and `Docker` ones. I understand it's to remove cross-dependency...
Looks like isListeningNow() always returns true, even if the underlying container port is not open. docker-compose.yml ``` version: '2' services: foo: image: busybox command: sleep 100000 ports: - "11111" ```...
### Issue To Be Solved It should be possible to cancel the execution of the script. Once usecase would be to time-out script execution on access nodes. ### Suggested Solution...
Used by rollback executed height cmd utility. Adds ability to remove certain items in batch
Currently we have no visibility about contract's cache usage. Ideally, we would like to see utilization, misses and other typical stats for a cache. Ability to remotely check (via admin...