Skip to content

Commit b5750f2

Browse files
committed
queue-worker: retry 504 errors from of-watchdog by default
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 83706da commit b5750f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chart/openfaas/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
type: application
33
description: OpenFaaS - Serverless Functions Made Simple
44
name: openfaas
5-
version: 14.2.56
5+
version: 14.2.57
66
sources:
77
- https://github.com/openfaas/faas
88
- https://github.com/openfaas/faas-netes

chart/openfaas/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ faasnetes:
204204
#
205205
# Enable automatically when nats.queueMode is set to "jetstream"
206206
jetstreamQueueWorker:
207-
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.3.38
207+
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.3.39
208208
durableName: "faas-workers"
209209
# Configure the max waiting pulls for the queue-worker JetStream consumer.
210210
# The value should be at least max_inflight * replicas.

0 commit comments

Comments
 (0)