scream314

Results 9 issues of 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/ ```...

Type: Question
App: weaver
Documentation
v3

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.

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...