Skip to content

Commit

Permalink
Custom annotations for custom retries for JetStream 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 Sep 7, 2023
1 parent 33e1c87 commit e6a166c
Show file tree
Hide file tree
Showing 16 changed files with 434 additions and 408 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.7
version: 14.1.8
sources:
- https://github.com/openfaas/faas
- https://github.com/openfaas/faas-netes
Expand Down
8 changes: 4 additions & 4 deletions chart/openfaas/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ faasnetes:
#
# Enable automatically when nats.queueMode is set to "jetstream"
jetstreamQueueWorker:
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.3.12
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.3.13
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 @@ -188,7 +188,7 @@ autoscaler:
## To use with port-forwarding, set publicURL to
## http://127.0.0.1
dashboard:
image: ghcr.io/openfaasltd/openfaas-dashboard:0.4.6
image: ghcr.io/openfaasltd/openfaas-dashboard:0.4.7
publicURL: https://dashboard.example.com
# Name of signing key secret for sessions.
# Leave blank for development, see https://docs.openfaas.com/openfaas-pro/dashboard/ for production and staging.
Expand Down Expand Up @@ -240,7 +240,7 @@ iam:
tokenExpiry: 2h

prometheus:
image: prom/prometheus:v2.46.0
image: prom/prometheus:v2.47.0
create: true
resources:
requests:
Expand Down Expand Up @@ -274,7 +274,7 @@ nats:
host: ""
port: ""
# The version of NATS Core used with OpenFaaS Pro and JetStream
image: nats:2.9.21
image: nats:2.9.22
enableMonitoring: false
metrics:
# Should stay off by default because the exporter is not multi-arch (yet)
Expand Down
Binary file modified docs/cron-connector-0.6.5.tgz
Binary file not shown.
Binary file modified docs/federated-gateway-0.0.3.tgz
Binary file not shown.
826 changes: 426 additions & 400 deletions docs/index.yaml

Large diffs are not rendered by default.

Binary file modified docs/kafka-connector-0.7.3.tgz
Binary file not shown.
Binary file modified docs/mqtt-connector-0.4.7.tgz
Binary file not shown.
Binary file modified docs/nats-connector-0.3.2.tgz
Binary file not shown.
Binary file added docs/openfaas-14.1.8.tgz
Binary file not shown.
Binary file modified docs/postgres-connector-0.1.0.tgz
Binary file not shown.
Binary file modified docs/pro-builder-0.4.7.tgz
Binary file not shown.
Binary file modified docs/queue-worker-0.1.6.tgz
Binary file not shown.
Binary file modified docs/sns-connector-0.1.2.tgz
Binary file not shown.
Binary file modified docs/sqs-connector-0.2.3.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion yaml/alertmanager-dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions yaml/prometheus-dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e6a166c

Please sign in to comment.