summaryrefslogtreecommitdiff
path: root/app/workers/bulk_imports/relation_export_worker.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/workers/bulk_imports/relation_export_worker.rb')
-rw-r--r--app/workers/bulk_imports/relation_export_worker.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/workers/bulk_imports/relation_export_worker.rb b/app/workers/bulk_imports/relation_export_worker.rb
index 9d9449e3a1b..416dad5b3ae 100644
--- a/app/workers/bulk_imports/relation_export_worker.rb
+++ b/app/workers/bulk_imports/relation_export_worker.rb
@@ -3,6 +3,8 @@
module BulkImports
class RelationExportWorker
include ApplicationWorker
+
+ data_consistency :always
include ExceptionBacktrace
idempotent!