You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Durable Functions orchestrator function that executes the activies that validate and accumulate the ratings of finished events.
@@ -29,12 +33,14 @@ export type CalculateRatingsActivityOutput = ActivityOutput & { actualResults: b
29
33
* Called in parallel for all events whose ratings were successfully validated and events that are in the ACCUMULATING phase (because previous accumulation failed)
30
34
* 4. SendNotifications
31
35
* Activity to send notifications to subscribed users about the newly published rating results.
32
-
* Only called if at least event has been closed with meaningful results (more than one rating). Called just once with the events that have meaningful results.
36
+
* Only called if at least event has been closed with meaningful results (more than one rating),
37
+
* the app is running in production mode and the orchestration was initiated by the close rating starter (called automatically at night), not the manual recalculate function.
38
+
* Called just once with the events that have meaningful results.
33
39
* 5. PublishOrchestrationResults
34
40
* If the accumulation succeeded for at least one event, this activity is called once to save the Alert to the DB to notify the admins that the accumulation has finished.
0 commit comments