scream314
scream314
(I know v3 is still WIP.) If I start the microservice like ``` docker run -p 8080:8080 --rm arachnysdocker/athenapdf-service:3 ``` and try to do an inline conversion ``` http://127.0.0.1:8080/convert?auth=arachnys-weaver&url=http://blog.arachnys.com/ ```...
I have an integration test step using the `docker-compose-buildkite-plugin`. In this step I have to start the `app` container (`run: app`), and do some operations in it, start an app,...
Because a user on Discord indirectly asked for it.
as it is useless
If `pooledResource` is not a `Resource` (but an `Error`), it won't have `lastIdleTime` thus all ifs are returning `false` meaning the `Resource` (which is already broken in some way) won't...