You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `jetstreamQueueWorker.durableName` | Durable name used by JetStream consumers | `faas-workers` |
510
510
| `jetstreamQueueWorker.image` | Container image used for the queue-worker when the `queueMode` is `jetstream` | See [values.yaml](./values.yaml) |
511
+
| `jetstreamQueueWorker.maxWaiting` | Configure the max waiting pulls for the queue-worker JetStream consumer. The value should be at least max_inflight * queue_worker.replicas. Note that this value can not be updated once the consumer is created. | `512` |
|`image`| The jetstream-queue-worker image that should be deployed | See values.yaml |
35
35
|`replicas`| Number of queue-worker replicas to create |`1`|
36
+
|`maxInflight`| Control the concurrent invocations |`1`|
37
+
|`maxWaiting`| Configure the max waiting pulls for the queue-worker JetStream consumer. The value should be at least max_inflight * queue_worker.replicas. Note that this value can not be updated once the consumer is created. |`512`|
36
38
|`upstreamTimeout`| Maximum duration of upstream function call |`1m`|
37
39
|`maxRetryAttempts`| The amount of times to try sending a message to a function before discarding it |`10`|
38
40
|`maxRetryWait`| The maximum amount of time to wait between retries |`120s`|
0 commit comments