Replies: 1 comment
-
Good question. When the application starts, it needs to populate the RouteTable with existing triggers. Otherwise, the route table would remain empty until the user publishes HTTP workflows. Leep in mind that the RoutTable is an in-memory lookup and does not have its own persistence, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
UpdateRouteTable.HandleAsync(WorkflowTriggersIndexed notification, CancellationToken cancellationToken)
await routeTableUpdater.AddRoutesAsync(notification.IndexedWorkflowTriggers.UnchangedTriggers, cancellationToken);
but why add UnchangedTriggers?
Beta Was this translation helpful? Give feedback.
All reactions