diff --git a/upub/core/src/model/job.rs b/upub/core/src/model/job.rs index 970af8d2..30a5570d 100644 --- a/upub/core/src/model/job.rs +++ b/upub/core/src/model/job.rs @@ -20,7 +20,7 @@ pub struct Model { pub payload: Option, pub published: ChronoDateTimeUtc, pub not_before: ChronoDateTimeUtc, - pub attempt: i32, + pub attempt: i16, } #[derive(Copy, Clone, Debug, EnumIter, DeriveRelation)]