1
0
Fork 0
mirror of synced 2024-07-14 18:55:45 +12:00

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

View file

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