Merge pull request #13127 from Budibase/feature/synchronicity

[Added] Specific Redis DB to handle events from BPM processes
This commit is contained in:
José Vte. Calderón 2024-02-23 17:08:29 +01:00 committed by GitHub
commit 5c7388cb4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ export enum Databases {
WRITE_THROUGH = "writeThrough",
LOCKS = "locks",
SOCKET_IO = "socket_io",
BPM_EVENTS = "bpmEvents",
}
/**