1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-05 21:45:23 +02:00

Split family and Plaid item syncs into multiple jobs (#1799)

* Split family and Plaid item syncs into multiple jobs

* fix test expectations
This commit is contained in:
Zach Gollwitzer 2025-02-04 14:22:44 -05:00 committed by GitHub
parent 75c8627577
commit c9c5eb315a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 9 deletions

View file

@ -41,7 +41,7 @@ class PlaidItem < ApplicationRecord
plaid_data = fetch_and_load_plaid_data
accounts.each do |account|
account.sync_data(start_date: start_date)
account.sync_later(start_date: start_date)
end
plaid_data