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: CHANGELOG.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
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
11
11
12
12
- CAP outbox: allow to return the event status. [Documentation](https://cap-js-community.github.io/event-queue/use-as-cap-outbox/#how-to-return-a-custom-status)
13
13
- Keep alive handling to reduce the time after which events are restarted after a server crash.
14
+
- Allow to define events and periodic events by configuration. [Documentation](https://cap-js-community.github.io/event-queue/configure-event/#configuration)
| configFilePath | Path to the configuration file. | null | no |
69
+
| events | Options to allow events in the configuration. E.g. via cds-env. | {} | no |
70
+
| periodicEvents | Options to allow periodicEvents in the configuration. E.g. via cds-env | {} | no |
69
71
| registerAsEventProcessor | Whether or not to register as an event processor. If false, the app can publish events but doesn't process events. | true | no |
70
72
| processEventsAfterPublish | Whether or not to process events immediately after publish. Events are distributed via Redis to all available app instances. | true | no |
71
73
| isEventQueueActive | Determines if the event queue is active. This property controls whether events are automatically processed. It can be modified in real-time to temporarily disable periodic runs. | true | yes |
0 commit comments