Files
sure/app/models
Josh Pigford b84a33c09d Refactor transaction enrichment to support batch processing (#1803)
* Refactor transaction enrichment to support batch processing

- Add method to enrich transactions in batches
- Implement job scheduling for unenriched transactions
- Improve logging and error handling for transaction enrichment

* Re-enable enrichment

* Fix transaction enrichment query to use correct table references

- Update queries to explicitly join and reference account_entries and account_transactions tables
- Remove unnecessary name presence check before enrichment
- Improve query precision for unenriched transaction selection

* Optimize transaction enrichment query joins

- Refactor database joins to use explicit table references
- Improve query performance for unenriched transaction selection
- Ensure correct table aliasing in enrichment methods

* Remove deprecated data enrichment job and method

- Delete EnrichDataJob as it's no longer used
- Remove `enrich_data_later` method from Account model
- Update Account::Syncer to directly call `enrich_data` instead of scheduling a job
2025-02-05 10:34:28 -06:00
..
2025-01-31 17:04:26 -05:00
2024-10-17 09:52:06 -05:00
2024-11-15 13:49:37 -05:00
2024-10-29 14:55:46 -04:00
2024-05-17 17:25:15 -04:00
2024-02-02 09:05:04 -06:00
2025-01-16 14:36:37 -05:00
2025-01-27 09:34:13 -05:00
2025-01-16 14:36:37 -05:00
2025-01-16 14:36:37 -05:00
2024-10-18 11:26:58 -05:00
2024-10-18 11:26:58 -05:00
2024-11-08 09:58:35 -06:00
2024-08-23 10:06:24 -04:00
2024-08-23 09:33:42 -04:00
2025-01-27 13:03:15 -05:00
2024-10-18 11:26:58 -05:00
2024-10-24 16:36:50 -05:00
2024-05-23 08:09:33 -04:00
2024-10-09 18:20:45 -04:00