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
| configFilePath | Path to the configuration file. | null | no |
67
67
| events | Options to allow events in the configuration. E.g. via cds-env. | {} | no |
68
68
| periodicEvents | Options to allow periodicEvents in the configuration. E.g. via cds-env | {} | no |
@@ -72,7 +72,7 @@ The table includes the parameter name, a description of its purpose, and the def
72
72
| runInterval [ms]| The interval in milliseconds at which the runner runs. | 25 _ 60 _ 1000 | yes |
73
73
| updatePeriodicEvents | Whether or not to update periodic events. | true | no |
74
74
| thresholdLoggingEventProcessing [ms]| Threshold after how many milliseconds the processing of a event or periodic event is logged for observability. | 50 | yes |
75
-
| useAsCAPOutbox| Uses the event-queue as the [outbox](https://cap.cloud.sap/docs/node.js/outbox) of CAP. Outbox calls are stored and processed in the event-queue instead of the outbox of CAP. | false | no |
75
+
|useAsCAPQueue/useAsCAPOutbox | Uses the event-queue as the [outbox](https://cap.cloud.sap/docs/node.js/outbox) of CAP. Outbox calls are stored and processed in the event-queue instead of the outbox of CAP. | false | no |
76
76
| userId | User id for all created cds contexts. This influences the value for updated managed database fields like createdBy and modifiedBy. | false | yes |
77
77
| cleanupLocksAndEventsForDev | Deletes all semantic locks and sets all events that are in progress to error during server start. This is used to clean up leftovers from server crashes or restarts during processing. | true | no |
78
78
| insertEventsBeforeCommit | If enabled, this feature allows events (including those for outboxed services) to be inserted in bulk using the before commit handler. This is performed to improve performance by mass inserting events instead of single insert operations. This can be disabled by the parameter `skipInsertEventsBeforeCommit` in the function publishEvent. | true | yes |
0 commit comments