added yahoo exchange extraction
This commit is contained in:
@@ -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();
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user