JVKdouk / node-ebook-converter

Node.js minimal ebook converter (single package) with built in queue and threading functionalities.
MIT License
38 stars 6 forks source link

Convert timeout #7

Open Alynva opened 2 years ago

Alynva commented 2 years ago

Can it have an timeout config? Looks like something in my setup has changed and its now getting stuck when converting PDF files, other files works fine.

When converting other files, this process starts and ends just fine:

image

But when it is PDFs, this process starts and never ends:

image

There is no error, the worker just never resolves the promise.

JVKdouk commented 2 years ago

An option for timeout is welcome! Will work on this feature this weekend!

Alynva commented 2 years ago

@JVKdouk any progress?