openfaas / nats-queue-worker

Queue-worker for OpenFaaS with NATS Streaming
https://docs.openfaas.com/reference/async/
MIT License
128 stars 59 forks source link

Move queue-worker into root package #25

Closed alexellis closed 6 years ago

alexellis commented 6 years ago

Description

Move queue-worker into root package

Motivation and Context

By doing this we only have to vendor the nats code once for the console app and the exported ./handler package.

Signed-off-by: Alex Ellis (VMware) alexellis2@gmail.com

How Has This Been Tested?

Tested on Docker Swarm with nodeinfo function - still works as expected.

Types of changes

Checklist: