Skip to content

Commit 970426a

Browse files
csviriSoroosh Sarabadani
andauthored
Update DECISION_LOG.md
Co-authored-by: Soroosh Sarabadani <[email protected]>
1 parent 36f594e commit 970426a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DECISION_LOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
### 1. Move Retries to an Abstract Controller.
77

8-
Original idea was to explicitly support retry in the scheduler. However, this turned our to complicate the algorithm
8+
The original idea was to explicitly support retry in the scheduler. However, this turned out to complicate the algorithm
99
in case of event sources. Mostly it would be harder to manage the buffer, and the other event sources, thus what
1010
does it mean for other event sources that there was a failed controller execution? Probably it would be better to
1111
manage this in an abstract controller, and just use the "reprocess event-source" source in case of an error.
12-
12+

0 commit comments

Comments
 (0)