Skip to content

Commit

Permalink
enqueue opencravat task after allele registry task
Browse files Browse the repository at this point in the history
  • Loading branch information
acoffman committed Feb 7, 2024
1 parent fb3e9e9 commit 8a7f2e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions server/app/jobs/set_allele_registry_id_single_variant.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ def perform(variant)
delete_allele_registry_link(old_allele_registry_id)
end
end
GenerateOpenCravatLink.perform_later(self)
end
end
1 change: 0 additions & 1 deletion server/app/models/variant.rb
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ def reindex_mps

def on_revision_accepted
SetAlleleRegistryIdSingleVariant.perform_later(self) if Rails.env.production?
GenerateOpenCravatLink.perform_later(self)
update_single_variant_mp_aliases
end

Expand Down

0 comments on commit 8a7f2e0

Please sign in to comment.