Skip to content

Commit ec51bd5

Browse files
committed
Fix for regression in callbacks from queue-worker
Due to changes introduced with support for async cancellation, callbacks were being cancelled. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 8b17f2e commit ec51bd5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.2.88
5+
version: 14.2.89
66
sources:
77
- https://github.com/openfaas/faas
88
- https://github.com/openfaas/faas-netes

chart/openfaas/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ faasnetes:
213213
#
214214
# Enable automatically when nats.queueMode is set to "jetstream"
215215
jetstreamQueueWorker:
216-
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.3.44
216+
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.3.45
217217
durableName: "faas-workers"
218218
# Configure the max waiting pulls for the queue-worker JetStream consumer.
219219
# The value should be at least max_inflight * replicas.

chart/queue-worker/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: queue-worker
33
description: Dedicated queue-worker for OpenFaaS using JetStream
44
type: application
5-
version: 0.2.11
5+
version: 0.2.12
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.44
7+
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.3.45
88

99
replicas: 1
1010

0 commit comments

Comments
 (0)