Skip to content

Commit

Permalink
Retry 429s from of-watchdog automatically in queue-worker
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Nov 15, 2023
1 parent d2ee45e commit 7e2314e
Show file tree
Hide file tree
Showing 18 changed files with 471 additions and 426 deletions.
2 changes: 1 addition & 1 deletion chart/openfaas/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
type: application
description: OpenFaaS - Serverless Functions Made Simple
name: openfaas
version: 14.1.19
version: 14.1.20
sources:
- https://github.com/openfaas/faas
- https://github.com/openfaas/faas-netes
Expand Down
6 changes: 3 additions & 3 deletions chart/openfaas/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ functions:
failureThreshold: 3

gatewayPro:
image: ghcr.io/openfaasltd/gateway:0.4.9
image: ghcr.io/openfaasltd/gateway:0.4.10
pprof: false

gateway:
Expand Down Expand Up @@ -142,7 +142,7 @@ faasnetes:
#
# Enable automatically when nats.queueMode is set to "jetstream"
jetstreamQueueWorker:
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.3.16
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.3.19
durableName: "faas-workers"
# Configure the max waiting pulls for the queue-worker JetStream consumer.
# The value should be at least max_inflight * replicas.
Expand Down Expand Up @@ -301,7 +301,7 @@ nats:
host: ""
port: ""
# The version of NATS Core used with OpenFaaS Pro and JetStream
image: nats:2.10.4
image: nats:2.10.5
resources:
requests:
memory: "120Mi"
Expand Down
4 changes: 2 additions & 2 deletions chart/queue-worker/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: queue-worker
description: JetStream for OpenFaaS queue-worker
description: Dedicated queue-worker for OpenFaaS using JetStream
type: application
version: 0.1.8
version: 0.1.9
keywords:
- openfaas
- jetstream
Expand Down
2 changes: 1 addition & 1 deletion chart/queue-worker/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# You will need to create a license named "openfaas-license" - see the
# chart README for detailed instructions.

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

replicas: 1

Expand Down
Binary file modified docs/cron-connector-0.6.6.tgz
Binary file not shown.
Binary file modified docs/federated-gateway-0.0.3.tgz
Binary file not shown.
Loading

0 comments on commit 7e2314e

Please sign in to comment.