comment and rename

This commit is contained in:
Melody Becker 2024-09-18 13:49:10 +02:00
parent 2eb222751c
commit 5a82179df6
3 changed files with 221 additions and 221 deletions

View file

@ -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