mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-09 15:35:22 +02:00
Remove manual sleep
This commit is contained in:
parent
c83aa10f01
commit
0ff128b942
1 changed files with 0 additions and 2 deletions
|
@ -46,8 +46,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