added yahoo exchange extraction

This commit is contained in:
2026-01-09 19:09:42 +01:00
parent ea128f6187
commit 8dd75f7bdf
13 changed files with 1538 additions and 408 deletions

View File

@@ -281,7 +281,7 @@ impl ChromeDriverPool {
// Execute parse function
match parse(client).await {
Ok(data) => {
// SUCCESS: Record and log
// SUCCESS: Record and log
let prev_count = self.hard_reset_controller.get_count();
self.hard_reset_controller.record_success();
@@ -296,7 +296,7 @@ impl ChromeDriverPool {
Ok(data)
}
Err(e) => {
// PARSE ERROR: Record, check threshold, invalidate session
// PARSE ERROR: Record, check threshold, invalidate session
let error_count = self.hard_reset_controller.record_error();
{