mirror of
https://github.com/openfaas/faas.git
synced 2025-06-22 14:53:25 +00:00
Re-vendor queue-worker publisher for reconnect
- re-vendor queue-worker for publisher via 0.6.0 - bump queue-worker version to 0.6.0 in docker-compose.yml for AMD64 - use new naming for NATS of nats -> NATS in variables where required - add default reconnect of 60 times, 2 seconds apart. Signed-off-by: Alex Ellis (VMware) <alexellis2@gmail.com>
This commit is contained in:
committed by
Alex Ellis
parent
e63150ef70
commit
b4a550327d
4
gateway/vendor/github.com/openfaas/nats-queue-worker/README.md
generated
vendored
4
gateway/vendor/github.com/openfaas/nats-queue-worker/README.md
generated
vendored
@ -1,12 +1,14 @@
|
||||
## Queue worker for OpenFaaS - NATS Streaming
|
||||
|
||||
[](https://travis-ci.org/openfaas/nats-queue-worker)
|
||||
|
||||
This is a queue-worker to enable asynchronous processing of function requests.
|
||||
|
||||
> Note: A Kafka queue-worker is under-way through a PR on the main OpenFaaS repository.
|
||||
|
||||
* [Read more in the async guide](https://github.com/openfaas/faas/blob/master/guide/asynchronous.md)
|
||||
|
||||
Hub image: [functions/queue-worker](https://hub.docker.com/r/functions/queue-worker/)
|
||||
Hub image: [openfaas/queue-worker](https://hub.docker.com/r/openfaas/queue-worker/)
|
||||
|
||||
License: MIT
|
||||
|
||||
|
Reference in New Issue
Block a user