Merge pull request #13127 from Budibase/feature/synchronicity
[Added] Specific Redis DB to handle events from BPM processes
This commit is contained in:
commit
5c7388cb4a
|
@ -29,6 +29,7 @@ export enum Databases {
|
|||
WRITE_THROUGH = "writeThrough",
|
||||
LOCKS = "locks",
|
||||
SOCKET_IO = "socket_io",
|
||||
BPM_EVENTS = "bpmEvents",
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue