
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
github.west.area.dronemortage.com/openfaas/nats-queue-worker
Advanced tools
The queue-worker processes asynchronous function invocation requests, you can read more about this in the async documentation
Docker Hub image: openfaas/queue-worker
License: MIT
Screenshots from keynote / video - find out more over at https://www.openfaas.com/
| Parameter | Description | Default |
|---|---|---|
gateway_invoke | When true functions are invoked via the gateway, when false they are invoked directly | false |
basic_auth | When true basic auth is used to post any function statistics back to the gateway | false |
write_debug | Print verbose logs | false |
max_inflight | Number of messages sent to queue worker and how many functions are invoked concurrently. | 1 |
faas_gateway_address | Address of gateway DNS name | gateway |
faas_gateway_port | Port of gateway service | 8080 |
faas_function_suffix | When gateway_invoke is false, this suffix is used to contact a function, it may correspond to a Kubernetes namespace | `` |
faas_max_reconnect | An integer of the amount of reconnection attempts when the NATS connection is lost | 120 |
faas_nats_address | The host at which NATS Streaming can be reached | nats |
faas_nats_port | The port at which NATS Streaming can be reached | 4222 |
faas_nats_cluster_name | The name of the target NATS Streaming cluster | faas-cluster |
faas_reconnect_delay | Delay between retrying to connect to NATS | 2s |
faas_print_body | Print the body of the function invocation | false |
FAQs
Unknown package
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.