Adding queues and storage is now postgres only
This commit is contained in:
parent
7ec0ce5a45
commit
1c2472cc2c
11 changed files with 368 additions and 31 deletions
4
queues/inboundEventQueue/queue.go
Normal file
4
queues/inboundEventQueue/queue.go
Normal file
|
@ -0,0 +1,4 @@
|
|||
// Job queue for all inbound events
|
||||
// Well, I say queue but it's more of a security measure adding the inbound job to the db as backup
|
||||
// in case processing fails for any reason
|
||||
package inboundeventqueue
|
Loading…
Add table
Add a link
Reference in a new issue