added parallelized scraping instances for company yahoo ticker seeding

This commit is contained in:
2025-12-18 13:05:23 +01:00
parent d26e833d93
commit 9c66f0d361
7 changed files with 842 additions and 68 deletions

View File

@@ -8,5 +8,7 @@ pub mod aggregation;
pub mod fx;
pub mod openfigi;
pub mod yahoo;
pub mod update_parallel;
pub use update::run_full_update;