Avoid google sheet limits
This commit is contained in:
@@ -332,6 +332,7 @@ public class MorskaT1R3Processor : MorskaBaseProcessor
|
||||
for (var month = 1; month <= 12; month++)
|
||||
{
|
||||
UpdateMonthSheet(sheetId, processedLayer, month);
|
||||
Thread.Sleep(1000);
|
||||
}
|
||||
|
||||
_logger.LogInformation("{ProcessorType}: Successfully updated Google Sheet reports for all months",
|
||||
|
||||
Reference in New Issue
Block a user