diff --git a/app/models/source.rb b/app/models/source.rb index d0cfb8761..e0fd71bc8 100644 --- a/app/models/source.rb +++ b/app/models/source.rb @@ -289,6 +289,8 @@ def write_cache # loop through cached attributes we want to update [:event_count, :article_count, + :working_count, + :pending_count, :queued_count, :stale_count, :response_count,