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 36f594e commit 970426aCopy full SHA for 970426a
DECISION_LOG.md
@@ -5,8 +5,8 @@
5
6
### 1. Move Retries to an Abstract Controller.
7
8
-Original idea was to explicitly support retry in the scheduler. However, this turned our to complicate the algorithm
+The original idea was to explicitly support retry in the scheduler. However, this turned out to complicate the algorithm
9
in case of event sources. Mostly it would be harder to manage the buffer, and the other event sources, thus what
10
does it mean for other event sources that there was a failed controller execution? Probably it would be better to
11
manage this in an abstract controller, and just use the "reprocess event-source" source in case of an error.
12
-
+
0 commit comments