comment and rename
This commit is contained in:
parent
2eb222751c
commit
5a82179df6
3 changed files with 221 additions and 221 deletions
|
@ -19,7 +19,7 @@ const (
|
|||
|
||||
// Store inbound jobs from api and ap in the db until they finished processing
|
||||
// Ensures data consistency in case the server is forced to restart unexpectedly
|
||||
// No DeletedAt field since don't want completed jobs to linger in the db for any longer than necessary
|
||||
// Inbound jobs must allways be processed in order from oldest to newest to ensure consistency
|
||||
type InboundJob struct {
|
||||
gorm.Model
|
||||
// Raw data, could be json or gob data, check source for how to interpret
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue