We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e29246 commit 6d66b5aCopy full SHA for 6d66b5a
samples/ScheduleDemo/Program.cs
@@ -71,7 +71,7 @@
71
Console.WriteLine($"Deleted schedule {schedule.ScheduleId}");
72
}
73
74
- // Create schedule options that runs every 30 seconds
+ // Create schedule options that runs every 4 seconds
75
ScheduleCreationOptions scheduleOptions = new ScheduleCreationOptions
76
{
77
OrchestrationName = nameof(StockPriceOrchestrator),
0 commit comments