Results 94 comments of Ian L.

> Possibly a config issue on my end but running the CLI in debug mode is making the conversion time out. It sounds like you may be running it in...

@lim-code The defaults should work out of the box :) If you have a HTML or a live URL of your page somewhere, I could perhaps look into what's wrong.

Not at the moment, but I can incorporate that as a feature request for v3. Sorry.

I'd be happy merging this with `--no-cache`. I am wondering if we have a case where we want to disable HTTP cache, but not disk cache or vice versa. I...

@F21 Good shout. I've only considered statsd, and OpenTracing for now. But I believe we can definitely squeeze in Prometheus.

If anyone wants to play with it (the CLI): ``` curl -L --fail https://cdn.rawgit.com/arachnys/athenapdf/v3/bin/athenapdf.sh > /usr/local/bin/athenapdf sudo chmod +x /usr/local/bin/athenapdf ```

With your current settings: ``` WEAVER_MAX_CONVERSION_QUEUE=50 WEAVER_MAX_WORKERS=1 ``` You'll only be able to convert one document at a time, with a queue size of 50. In hindsight, the queue size...

Those errors can be [safely ignored](https://github.com/arachnys/athenapdf/blob/a4ad4528d3ff08b81efd5d3026725e4d48f77413/cli/docs/quick-start.md#syntax). They don't seem relevant to your problem. - Did you benchmark how long it takes for a single document to be converted? It'll be...

> 10 Workers took on average 30-60 seconds Is that per document / URL? If so, that is relatively high latency. > that the time needed for fulfilling one jobs...

Hi @FrankTheDevop, I appreciate your findings, and the time you have taken to gather them. If you do not mind, can you try using the following tagged image `athenapdf-service:3.0.0-b` ?...