@oasislabs/parcel-workerdeprecated

To build Parcel worker:

Usage no npm install needed!

<script type="module">
  import oasislabsParcelWorker from 'https://cdn.skypack.dev/@oasislabs/parcel-worker';
</script>

README

parcel-worker

To build Parcel worker:

yarn build

Test the worker with:

export DISPATCHER_ADDRESS=[service dispatcher address]
bin/parcel-worker --identityAddress [some anonymous identity address]

Query worker Prometheus metrics at /metrics on the maintenance port:

curl localhost:7788/metrics