This website requires JavaScript.
Explore
Help
Register
Sign in
Docker
/
Maybe
Watch
1
Star
0
Fork
You've already forked Maybe
0
mirror of
https://github.com/maybe-finance/maybe.git
synced
2025-07-24 15:49:39 +02:00
Code
Issues
Releases
Activity
Actions
1
a7db914005
Maybe
/
app
/
jobs
/
sync_job.rb
8 lines
106 B
Ruby
Raw
Normal View
History
Unescape
Escape
Basic Plaid Integration (#1433) * Basic plaid data model and linking * Remove institutions, add plaid items * Improve schema and Plaid provider * Add webhook verification sketch * Webhook verification * Item accounts and balances sync setup * Provide test encryption keys * Fix test * Only provide encryption keys in prod * Try defining keys in test env * Consolidate account sync logic * Add back plaid account initialization * Plaid transaction sync * Sync UI overhaul for Plaid * Add liability and investment syncing * Handle investment webhooks and process current day holdings * Remove logs * Remove "all" period select for performance * fix amount calc * Remove todo comment * Coming soon for investment historical data * Document Plaid configuration * Listen for holding updates
2024-11-15 13:49:37 -05:00
class
SyncJob
<
ApplicationJob
Adjust queues to prioritize account syncs (#1682)
2025-01-24 13:39:08 -05:00
queue_as
:latency_medium
Basic Plaid Integration (#1433) * Basic plaid data model and linking * Remove institutions, add plaid items * Improve schema and Plaid provider * Add webhook verification sketch * Webhook verification * Item accounts and balances sync setup * Provide test encryption keys * Fix test * Only provide encryption keys in prod * Try defining keys in test env * Consolidate account sync logic * Add back plaid account initialization * Plaid transaction sync * Sync UI overhaul for Plaid * Add liability and investment syncing * Handle investment webhooks and process current day holdings * Remove logs * Remove "all" period select for performance * fix amount calc * Remove todo comment * Coming soon for investment historical data * Document Plaid configuration * Listen for holding updates
2024-11-15 13:49:37 -05:00
def
perform
(
sync
)
sync
.
perform
end
end
Copy permalink