Skip to content

Commit

Permalink
Update NotificationSystem/SendSubscriberEmail.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Dave Thaler <dthaler1968@gmail.com>
  • Loading branch information
dyuvaraaj and dthaler committed Sep 18, 2024
1 parent 52ed241 commit 334cf56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NotificationSystem/SendSubscriberEmail.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ namespace NotificationSystem
[StorageAccount("OrcaNotificationStorageSetting")]
public static class SendSubscriberEmail
{
static int SendRate = 14;
static int SendRate = 14;

[FunctionName("SendSubscriberEmail")]
[FunctionName("SendSubscriberEmail")]
// TODO: change timer to once per hour (0 0 * * * *)
public static async Task Run(
[TimerTrigger("0 */1 * * * *")] TimerInfo myTimer,
Expand Down

0 comments on commit 334cf56

Please sign in to comment.