Fix worker cancelled on worker + Cache tickers

This commit is contained in:
2025-04-30 13:19:03 +07:00
parent df4392b17e
commit bc1ef78747
11 changed files with 116 additions and 55 deletions

View File

@@ -139,7 +139,7 @@ internal static class GmxV2Mappers
}
catch (Exception e)
{
Console.WriteLine($"Could not parse ticker for symbol {t.Symbol}: {e.Message}");
//Console.WriteLine($"Could not parse ticker for symbol {t.Symbol}: {e.Message}");
}
}