🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

github.com/openfaas/nats-queue-worker

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/openfaas/nats-queue-worker

v0.0.0-20250415083406-ed5414157b54
Source
Go
Version published
Created
Source

Notice

NATS Streaming was deprecated in June 2023 by Synadia, and will receive no more updates, including for critical security issues.

Migrate to OpenFaaS Standard for NATS JetStream, learn more:

queue-worker (Community Edition) for NATS Streaming

Go Report Card Build Status

go.dev reference License: MIT OpenFaaS Derek App

The queue-worker (Community Edition) processes asynchronous function invocation requests, you can read more about this in the async documentation

Usage

Screenshots from keynote / video - find out more over at https://www.openfaas.com/

screen shot 2017-10-26 at 15 55 25 screen shot 2017-10-26 at 15 55 19 screen shot 2017-10-26 at 15 55 06

Configuration

ParameterDescriptionDefault
write_debugPrint verbose logsfalse
faas_gateway_addressAddress of gateway DNS namegateway
faas_gateway_portPort of gateway service8080
faas_max_reconnectAn integer of the amount of reconnection attempts when the NATS connection is lost120
faas_nats_addressThe host at which NATS Streaming can be reachednats
faas_nats_portThe port at which NATS Streaming can be reached4222
faas_nats_cluster_nameThe name of the target NATS Streaming clusterfaas-cluster
faas_reconnect_delayDelay between retrying to connect to NATS2s
faas_print_bodyPrint the body of the function invocationfalse

FAQs

Package last updated on 15 Apr 2025

Did you know?

Socket

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.

Install

Related posts