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

Remove test sync delay

This commit is contained in:
Zach Gollwitzer 2025-05-15 09:58:45 -04:00
parent 9027647fa0
commit 237e05ae6f

View file

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