Fix scenario exec

This commit is contained in:
2025-09-15 01:27:06 +07:00
parent d2dbee9a5f
commit bb4db3deff
2 changed files with 18 additions and 15 deletions

View File

@@ -16,8 +16,9 @@ public class PriceFetcherInitializer : IHostedService
public async Task StartAsync(CancellationToken cancellationToken)
{
// Initialize grains for different timeframes
var timeframes = new[]
{
var timeframes = new[]
{
Timeframe.FiveMinutes,
Timeframe.FifteenMinutes,
Timeframe.OneHour,
Timeframe.FourHour,