openfaas / nats-queue-worker

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

Add reconnection logic for NATS queue worker and gateway handler #50

Open alexellis opened 5 years ago

alexellis commented 5 years ago

Expected Behaviour

The gateway and NATS queue worker both should reconnect if the connection is broken.

Current Behaviour

They do not reconnect.

Possible Solution

Solution being worked on in #49

Also tracked via https://github.com/openfaas/faas/issues/1031