1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-09 07:25:19 +02:00

Remove manual sleep

This commit is contained in:
Zach Gollwitzer 2025-05-14 11:43:28 -04:00
parent c83aa10f01
commit 0ff128b942

View file

@ -46,8 +46,6 @@ class Sync < ApplicationRecord
Rails.logger.tagged("Sync", id, syncable_type, syncable_id) do
start!
sleep 10
begin
syncable.perform_sync(self)
rescue => e