peterk/warcworker

Rewrite the worker using javascript instead of Python

peterk opened this issue · 0 comments

Currently the worker is using Python 3.6 compiled from source. It could probably just as well use the bundled javascript facilities from the base image to work on queue items. Would reduce dependencies and make it a faster install.