Skip to content
Snippets Groups Projects
Commit 1b201a69 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

Fix

parent dd00d29f
No related branches found
No related tags found
No related merge requests found
......@@ -14,8 +14,9 @@ module Communication::Website::WithConnectedObjects
menus.find_each(&:connect_dependencies)
connect(about, self) if about.present?
destroy_obsolete_connections
sync_with_git
destroy_obsolete_git_files
# In the same job
sync_with_git_without_delay
destroy_obsolete_git_files_without_delay
end
handle_asynchronously :rebuild_connections_and_git_files, queue: :low_priority
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment