Temp disable dumping favorites table to BigQuery.
The favorites table is too big and dumping it tends to time out. Then the job keeps retrying even though it always fails, then multiple instances of the job build up in the job queue because the old jobs never finish.
This commit is contained in:
@@ -39,7 +39,7 @@ class BigqueryExportService
|
||||
Rails.application.eager_load!
|
||||
|
||||
models = ApplicationRecord.descendants.sort_by(&:name)
|
||||
models -= [IpAddress, TagRelationship, ArtistVersion, ArtistCommentaryVersion, NoteVersion, PoolVersion, PostVersion, WikiPageVersion]
|
||||
models -= [Favorite, IpAddress, TagRelationship, ArtistVersion, ArtistCommentaryVersion, NoteVersion, PoolVersion, PostVersion, WikiPageVersion]
|
||||
models
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user