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:
parent
9027647fa0
commit
237e05ae6f
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue