Skip to content

Commit 7e2314e

Browse files
committed
Retry 429s from of-watchdog automatically in queue-worker
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent d2ee45e commit 7e2314e

18 files changed

+471
-426
lines changed

chart/openfaas/Chart.yaml

Lines changed: 1 addition & 1 deletion
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.1.19
5+
version: 14.1.20
66
sources:
77
- https://github.com/openfaas/faas
88
- https://github.com/openfaas/faas-netes

chart/openfaas/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ functions:
4747
failureThreshold: 3
4848

4949
gatewayPro:
50-
image: ghcr.io/openfaasltd/gateway:0.4.9
50+
image: ghcr.io/openfaasltd/gateway:0.4.10
5151
pprof: false
5252

5353
gateway:
@@ -142,7 +142,7 @@ faasnetes:
142142
#
143143
# Enable automatically when nats.queueMode is set to "jetstream"
144144
jetstreamQueueWorker:
145-
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.3.16
145+
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.3.19
146146
durableName: "faas-workers"
147147
# Configure the max waiting pulls for the queue-worker JetStream consumer.
148148
# The value should be at least max_inflight * replicas.
@@ -301,7 +301,7 @@ nats:
301301
host: ""
302302
port: ""
303303
# The version of NATS Core used with OpenFaaS Pro and JetStream
304-
image: nats:2.10.4
304+
image: nats:2.10.5
305305
resources:
306306
requests:
307307
memory: "120Mi"

chart/queue-worker/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
22
name: queue-worker
3-
description: JetStream for OpenFaaS queue-worker
3+
description: Dedicated queue-worker for OpenFaaS using JetStream
44
type: application
5-
version: 0.1.8
5+
version: 0.1.9
66
keywords:
77
- openfaas
88
- jetstream

chart/queue-worker/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# You will need to create a license named "openfaas-license" - see the
55
# chart README for detailed instructions.
66

7-
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.3.16
7+
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.3.19
88

99
replicas: 1
1010

docs/cron-connector-0.6.6.tgz

-1 Bytes
Binary file not shown.

docs/federated-gateway-0.0.3.tgz

-174 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)