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
Copy file name to clipboardExpand all lines: docs/setup/index.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,7 @@ The table includes the parameter name, a description of its purpose, and the def
84
84
| redisNamespace | Prefix applied to all Redis interactions. Use this when multiple microservices share a Redis instance to prevent naming conflicts. | null | no |
85
85
| redisOptions | The option is provided to customize settings when creating Redis clients. The object is spread at the root level for creating a client and within the `default` options for cluster clients. | {} | no |
86
86
| crashOnRedisUnavailable | If enabled, the application will crash if Redis is unavailable during the connection check. | false | false |
87
+
| disableProcessingOfSuspendedTenants | Disables the processing of suspended tenants. A tenant is considered suspended if XSUAA returns `404` for the given tenant. | true | true |
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@cap-js-community/event-queue",
3
-
"version": "1.10.11",
3
+
"version": "1.11.0-beta.4",
4
4
"description": "An event queue that enables secure transactional processing of asynchronous and periodic events, featuring instant event processing with Redis Pub/Sub and load distribution across all application instances.",
0 commit comments