summaryrefslogtreecommitdiff
path: root/lib/gitlab/github_import/importer/single_endpoint_issue_events_importer.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/github_import/importer/single_endpoint_issue_events_importer.rb')
-rw-r--r--lib/gitlab/github_import/importer/single_endpoint_issue_events_importer.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/gitlab/github_import/importer/single_endpoint_issue_events_importer.rb b/lib/gitlab/github_import/importer/single_endpoint_issue_events_importer.rb
index 4090555c85e..e0a7e6479f5 100644
--- a/lib/gitlab/github_import/importer/single_endpoint_issue_events_importer.rb
+++ b/lib/gitlab/github_import/importer/single_endpoint_issue_events_importer.rb
@@ -16,6 +16,10 @@ module Gitlab
@parallel = parallel
@already_imported_cache_key = ALREADY_IMPORTED_CACHE_KEY %
{ project: project.id, collection: collection_method }
+ @job_waiter_cache_key = JOB_WAITER_CACHE_KEY %
+ { project: project.id, collection: collection_method }
+ @job_waiter_remaining_cache_key = JOB_WAITER_REMAINING_CACHE_KEY %
+ { project: project.id, collection: collection_method }
end
# In single endpoint there is no issue info to which associated related