From 38f78fd1a2045a6641d76b12f7145f39de10ae53 Mon Sep 17 00:00:00 2001 From: Fire Demon Date: Fri, 21 Aug 2020 00:47:28 -0500 Subject: [Federation, Revise] Add simple retries to ActivityPub::ProcessCollectionItemsService --- app/models/collection_item.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'app/models') diff --git a/app/models/collection_item.rb b/app/models/collection_item.rb index cecb86534..24aaf66d4 100644 --- a/app/models/collection_item.rb +++ b/app/models/collection_item.rb @@ -7,6 +7,7 @@ # account_id :bigint(8) # uri :string not null # processed :boolean default(FALSE), not null +# retries :integer default(0), not null # class CollectionItem < ApplicationRecord -- cgit